What this tool is for
This is a quick reference that maps each major world currency to its symbol, its ISO 4217 three-letter code, and the main countries that use it. It is built for developers, finance teams, and writers who need the correct glyph or code without hunting through tables.
How it works
Each currency has two identifiers: a typographic symbol for display and an ISO 4217 code for data. The tool stores both alongside the currency name and the territories that use it, then filters the table as you type. A search matches any of those fields, so “naira”, “NGN”, ”₦”, or “Nigeria” all surface the same row.
Symbols are intentionally non-unique. The dollar sign covers the US, Canadian, Australian, Singapore, Hong Kong, and many Latin American peso currencies, and ¥ covers both the Japanese yen and the Chinese yuan. That is why the ISO code is the value you should store and send in any system, with the symbol reserved for the screen.
Tips and notes
When formatting money in software, keep the amount and currency code together and render the symbol from the user’s locale. For example, the same EUR amount appears as €20 in Ireland and 20 € in France. For accounting, always persist the ISO code so figures stay machine-readable and unambiguous across regions.