Print All Unicode Currencies
Generate a list of all currency symbols. Runs entirely in your browser, so your data never leaves your device.
Output
The result appears here as you type.
How to use Print All Unicode Currencies
- 1. Set a Limit or leave it at zero. Enter a number to cap how many currency symbols are listed, or leave it at zero to print every currency symbol Unicode defines, from the dollar sign to less common regional currencies.
- 2. Generate the list. The tool prints each currency symbol next to its code point, such as a dollar sign tab-separated from U+0024, one entry per line.
- 3. Copy the full list. Copy the currency-to-code-point list from the output pane to reference a specific symbol or to build a currency selector for an app.
When to use Print All Unicode Currencies
Print All Unicode Currencies generates the complete list of currency symbols with their code points, covering common ones like the dollar and euro alongside rarer regional currency marks. Use it as a reference rather than memorizing keyboard shortcuts for each symbol.
- Finding an obscure currency symbol for an invoice template. An invoicing tool needs to support a currency whose symbol is not on a standard keyboard, such as the Vietnamese dong or Ghanaian cedi. Scanning the printed list finds the exact character.
- Building a currency picker dropdown. A checkout form needs a dropdown mapping currency symbols to codes. Printing the full list gives the raw symbol and code point pairs to seed the dropdown's data.
- Verifying a font renders all currency symbols correctly. You want to confirm a chosen font displays every currency symbol properly before shipping a finance dashboard. Printing the full list and pasting it into a preview catches any missing glyphs.
Examples
Currency symbols
Output
$ U+0024
About the Print All Unicode Currencies tool
Print All Unicode Currencies runs as plain JavaScript in your browser tab, with no server behind it. Generate a list of all currency symbols. Whatever you put in stays on your device from start to finish.
The tool is part of EditSafely's Unicode Tools section, 98 single-purpose utilities built around the same idea: open the page, get the result, keep your data to yourself.
You can shape the output with the Limit (0 = all) setting, and the result refreshes the moment you change it. A worked example further down the page shows exactly what the tool produces for a real input.
That local-first design has practical benefits beyond privacy. The tool keeps working on a flaky connection once the page has loaded, results are instant because nothing round-trips to a server, and it is safe to use with confidential material.
Frequently asked questions
Does Print All Unicode Currencies cost anything?
Yes, it is completely free. All 2,658 tools on EditSafely work without an account, a subscription or usage limits.
Does the generator send anything to a server?
No data leaves your device. The whole tool is JavaScript that runs inside your browser tab, so there is no upload, no server-side processing and no log of what you did. If you disconnect from the internet after the page loads, it keeps working.
How do I get a different result?
Run the generator again. Each run is computed fresh on your device, and any options you change are applied to the next result immediately.
Do I need to sign up or install anything?
Nothing to install and no account needed. Open the page in any up-to-date browser, including on a phone or tablet, and the tool is ready.
How do I use the result?
The output panel has a one-click copy button, and you can keep refining the input while you work; the result updates in place as you type.