Unicode Unescape
$Convert escaped Unicode sequences like \u00E9 and \u{1F60A} back into readable characters. Runs locally in your browser.
Input
Output
Tip: You can verify in DevTools โ Network that nothing is uploaded.
About this Unicode Unescape
$Unicode Unescape decodes common escape formats (\uXXXX, \u{...}, and sometimes \xNN) back into their corresponding characters.
This is useful when working with logs, JSON strings, or copied code where Unicode escapes are present and you want to view the real text.
- Process text data quickly without external tools
- Transform content for development workflows
- Clean and format text for analysis
- Enable Auto to transform as you type
- Upload text files directly from your device
- Download the result when done
FAQ
No. Everything runs locally in your browser. Nothing you paste is sent to a server.
After the page loads once, it will typically keep working offline (unless you hard refresh with no cache).
No. Your input stays in your browser. Only optional preferences like theme or language may be stored.
Any plain text. You can paste text directly into the input box.
$Most versions support \uXXXX and \u{XXXXXX}. Some also support \xNN for byte escapes.
Decoding requires valid hex digits and correct formatting. Malformed escapes (wrong length or invalid hex) may be left unchanged or cause errors.
$Yes, when represented as \u{...} (or paired surrogate sequences in some cases).