Tested tool guide
Text and writing tools
Checked August 16, 2026
What Special Characters Reference does, with a checked example
This tool is a categorized character picker. Special characters, symbols, arrows, math operators, and currency signs are arranged in groups you flip through; each entry shows the glyph, its official Unicode name, and its hexadecimal code point, with a Copy button that puts the character itself on your clipboard. The thing users most often trip on: characters that look identical are not always the same character. The hyphen on your keyboard (U+002D) is a different character from the minus sign (U+2212) and from the en dash (U+2013); the code point shown beside each glyph is the only reliable way to tell them apart.
Worked example
A concrete input and expected output from the current implementation.
Input
Browse to the 'Currency signs' category
->
Expected output
A grid of currency characters appears, including the entry: euro sign, glyph, U+20AC EURO SIGN, with a Copy button. Clicking Copy places the euro sign character on your clipboard, ready to paste anywhere.
Unicode assigns every character a fixed name and code point, so the Euro sign is always U+20AC in this reference. The copy action transfers the character itself as text, not an image or an HTML entity.