Tested tool guide
Text and writing tools
Checked August 16, 2026
What Unicode Character Map does, with a checked example
An interactive table of Unicode characters arranged in the standard's own blocks: arrows, mathematical operators, currency symbols, Greek and Coptic letters, box drawing, and more. Click any character to copy it; each entry pairs the glyph with its code point and its official Unicode name. The surprise most users hit: visually identical signs are often different characters. The minus sign (U+2212), the hyphen (U+002D), and the en dash (U+2013) are three distinct code points, and pasting the wrong one can break a formula, a search, or a URL.
Worked example
A concrete input and expected output from the current implementation.
Input
Click the euro sign in the Currency Symbols section.
->
Expected output
Shows U+20AC, EURO SIGN, in block Currency Symbols (U+20A0-U+20CF), and puts the single character € on the clipboard. Pasting produces €, not the letters EUR.
The Unicode Standard assigns the euro sign the code point U+20AC (decimal 8364) inside the Currency Symbols block, so this is the canonical pairing any character table shows.