Unicode to Text Converter
Decode Unicode code points in U+XXXX or plain hex format into plain text instantly.
Unicode Code Point Input:
Accepts U+XXXX or plain hex, space or comma-separated.
Decoded Text:
How to Decode Unicode Code Points to Text
Paste Unicode code points into the box above and they decode to plain text instantly. Both the standardU+XXXX format and plain hexadecimal (e.g. 0048) are accepted, separated by spaces or commas.
Example
Both U+0048 U+0069 and 0048 0069 decode to "Hi".
Common Use Cases
- Reading a message shared as a list of Unicode code points.
- Turning code point references from documentation or font testing back into readable text.
- Decoding character codes found in programming or linguistics exercises.
FAQs
Do I need to include the U+ prefix?
No — the tool accepts code points with or without the U+ prefix, as long as the hex digits themselves are correct.
Can this decode emoji and other complex characters?
Yes — any valid Unicode code point decodes correctly, including emoji, accented letters, and symbols outside the Basic Latin range.
Does this tool also convert text into Unicode code points?
This page is decode-only, for a simpler, focused experience. Use our separate Text to Unicode tool if you need to convert plain text into Unicode code points instead.
