Print All Unicode Flags
Generate a list of all country flag icons. 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 Flags
- 1. Set a Limit or leave it at zero. Enter a number to cap how many country flags are listed, or leave it at zero to print every flag built from regional indicator symbol pairs.
- 2. Generate the list. The tool prints each flag emoji next to its two-letter country code, such as the Andorra flag tab-separated from AD, covering the full set of ISO country codes.
- 3. Copy the full list. Copy the flag-to-country-code list from the output pane to reference a specific flag or to build a country selector that pairs codes with their emoji.
When to use Print All Unicode Flags
Print All Unicode Flags generates the full list of country flag emoji paired with their two-letter codes, all built from combinations of the regional indicator symbols. Use it to look up a specific flag or audit which countries are represented.
- Building a country selector with flag icons. A signup form wants a country dropdown that shows the flag emoji next to each country name. Printing the full list gives the flag-to-code pairs to wire into the dropdown data.
- Checking which flags render on a target platform. Some operating systems do not render every regional indicator pair as a flag icon. Printing the full list and pasting it into a test page shows which flags actually display as flags rather than letter pairs.
- Finding the flag emoji for a specific country code. You know the two-letter ISO code for a country but need its flag emoji for a UI label. Scanning the printed list matches the code to the correct flag directly.
Examples
All flags
Output
🇦🇩 AD
About the Print All Unicode Flags tool
Print All Unicode Flags runs as plain JavaScript in your browser tab, with no server behind it. Generate a list of all country flag icons. 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 Flags 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.