FileBrixNo upload · Private
Processed locally — your file never leaves your device

Unicode Unescape

Convert \uXXXX escape sequences back to their original characters entirely in your browser.

How it works

  1. Paste \uXXXX-escaped text, or open a file.
  2. Click Unescape.
  3. Copy or download the decoded result.

Frequently asked questions

Is my text sent anywhere?
No. Decoding happens entirely on your device.
What sequences does this recognize?
\uXXXX, where XXXX is exactly 4 hex digits (case-insensitive) — the standard JavaScript Unicode escape format.
Is this the exact inverse of Unicode Escape?
Yes — text round-trips through Unicode Escape then Unicode Unescape unchanged.