Unicode Decoder
Decode \uXXXX code points, hex escape sequences, and U+ notation back into readable text.
How to Use the Unicode Decoder
- Paste \uXXXX escapes, hex sequences, or U+ notation into the input field.
- The decoder converts each escape into its readable character.
- Copy the decoded text for use anywhere.
Example Input
Escaped Code Points
\u00A9 \u{1F600}
Technical Notes & Standards
Safely parses \uXXXX, \u{XXXXXX}, U+XXXX, and 0xXXXX patterns without running unsafe eval().