Free online Unicode lookup tool to search characters and find code points. Shows character name, category, HTML entity, and UTF-8 encoding.
How to use Unicode Lookup?
Enter a character or code point to search.
Review character information in the results.
Copy the character or code you need.
Frequently asked questions about Unicode Lookup
Can I search by code point?
Yes, enter a code point like U+0041 to see the character and its details.
Can I see HTML entities?
Yes, HTML entity codes (&#x...; format) are displayed for each character.
Can I use it to track down invisible characters pasted into a document?
Yes — this is one of its best uses. Text copied out of Word or a web page often carries hidden zero-width spaces (U+200B) or non-breaking spaces (U+00A0), and those are a classic cause of code that will not compile, searches that find nothing and lists that sort oddly. Paste the troublesome fragment, read the code points, and the culprit shows itself; then clean it up with find and replace.
Can two characters look identical but actually be different?
Yes, and it is common. Latin A (U+0041), Cyrillic А (U+0410) and Greek Α (U+0391) are indistinguishable on screen yet are entirely different characters. That is how lookalike domains and impersonation accounts pass for the real thing, and why a search or comparison can fail for no visible reason. Paste the suspicious string here and the code points show exactly which position holds the odd character.
How to get the most out of Unicode Lookup?
Basic Latin sits in U+0000-U+007F, and accented letters live in Latin-1 Supplement from U+00C0.
Paste the character into HTML as — so the code survives even when a font is missing.
Invisible characters like zero-width space (U+200B) show up here when text mysteriously breaks.