Unicode Codepoint Lookup
Look up Unicode characters by codepoint, name, or character with block and category info.
Enter characters, U+hex, 0x hex, or decimal codepoints
| Char | Codepoint | Decimal | Name | Category | Block | UTF-8 | UTF-16 | HTML |
|---|---|---|---|---|---|---|---|---|
| H | U+0048 | 72 | LATIN CAPITAL LETTER H | Letter | Basic Latin | 48 | 0048 | H |
| e | U+0065 | 101 | LATIN SMALL LETTER e | Letter | Basic Latin | 65 | 0065 | e |
| l | U+006C | 108 | LATIN SMALL LETTER l | Letter | Basic Latin | 6C | 006C | l |
| l | U+006C | 108 | LATIN SMALL LETTER l | Letter | Basic Latin | 6C | 006C | l |
| o | U+006F | 111 | LATIN SMALL LETTER o | Letter | Basic Latin | 6F | 006F | o |
| U+0020 | 32 | SPACE | Punctuation / Symbol | Basic Latin | 20 | 0020 |   | |
| © | U+00A9 | 169 | COPYRIGHT SIGN | Latin-1 Supplement | Latin-1 Supplement | C2 A9 | 00A9 | © |
| U+0020 | 32 | SPACE | Punctuation / Symbol | Basic Latin | 20 | 0020 |   | |
| € | U+20AC | 8364 | EURO SIGN | Currency Symbols | Other | E2 82 AC | 20AC | € |
Related tools
Unicode Escape/UnescapeEncoding
Escape/unescape Unicode sequences like \uXXXX.
Unicode NormalizerEncoding
Normalize text (NFC/NFD/NFKC/NFKD).
Unicode CodepointsEncoding
Inspect Unicode codepoints for text and characters.
Invisible Character DetectorText
Detect 50+ types of invisible Unicode characters with position and name.
Text to BinaryEncoding
Convert text to binary representation (8-bit per character) and back.
Base64 Encoder/DecoderEncoding
Encode and decode Base64 strings quickly.