Unicode Lookup
The Unicode Lookup resolves characters to their metadata and finds code points by name or glyph, helpful for fonts, i18n and debugging mojibake.
Key Features
- Search by name or glyph
- Codepoint and block
- Copy escapes
- Local only
Use Cases
- Find a special character
- Diagnose mojibake
- Teach Unicode
- Pick a symbol
How to Use
- Search or paste a char
- Read the metadata
- Copy the escape
Practical Tips
- Codepoints are hexadecimal
- Blocks group related chars
- Watch combining marks
FAQ
- Block?
- A range of code points for a script or symbol set.
- Mojibake?
- Wrong encoding when decoding text.