Unicode Unescape
Decode Unicode escape sequences such as \u0041, \uC548, and \u{1F600} back into readable text.
Unicode Unescape tool
Supports \uXXXX and \u{...} forms. Invalid escape fragments remain an error instead of being silently changed.
| Metric | Value |
|---|
Privacy: unescaping runs locally in your browser. No text is stored or transmitted.
This tool decodes Unicode escape patterns back into regular characters. It supports both four-digit escapes and brace-based code point escapes.
Examples
- \u0041 → A
- \uC548 → 안
- \u{1F600} → 😀
FAQ
- What does Unicode unescape do?
It converts escape sequences such as \u0041, \uC548, or \u{1F600} back into their normal text characters.
- Does it support surrogate pairs?
Yes. Standard \uXXXX pairs are interpreted correctly when they form a valid surrogate pair.
- Can it decode code point notation like \u{1F600}?
Yes. This tool supports both standard \uXXXX notation and code point escapes such as \u{1F600}.
- Is my text stored?
No. Unescaping runs locally in your browser and nothing is stored or transmitted.