Unicode Unescaper
Convert \uXXXX and \u{...} escape sequences back to characters.
Runs locally · Nothing uploaded
Escaped text
Decoded text
Result will appear here…Advertisement
About Unicode Unescaper
Decodes \uXXXX escapes, surrogate pairs, and ES2015 \u{...} code point escapes back into the characters they represent. Text around the escapes is left untouched. Useful for reading stack traces, JSON dumps, and localization files full of escaped strings.
Related tools
EncodingRuns locally in your browser.Unicode EscaperConvert characters to \uXXXX escape sequences.EncodingRuns locally in your browser.JS String UnescaperInterpret escape sequences like \n, \t, and \" as real characters.EncodingRuns locally in your browser.UTF-8 InspectorSee the code points and UTF-8 bytes behind every character.