Unicode Character Lookup
Get a character's code points, or turn a U+XXXX code into a character.
| Code point | Decimal | HTML entity |
|---|---|---|
| U+000A | 10 | |
Code points are shown. Official Unicode names require a large database and are not bundled here.
Enter any character to see its Unicode code points, or enter a code like U+1F600 to get the character back.
How to use
- Type a character to see its code points.
- Or type a code like U+00E9 or 1F600 to decode it.
- Copy the character or code you need.
Frequently asked questions
- What code formats are accepted?
- You can enter U+XXXX, 0xXXXX, or plain hex digits, separated by spaces or commas for multiple code points.
- Why no character names?
- Full Unicode names need a large lookup database; to keep the tool light it shows code points, decimals, and HTML entities instead.