Decode Unicode escape sequences back to readable text. This tool helps you convert Unicode escape sequences (like \u0041) back to their original characters. Useful for programming, internationalization, and character encoding tasks.
Paste Unicode escape sequences into the input field and the decoded text will appear automatically in the output.
The tool supports both \uXXXX (4 hex digits) and \UXXXXXXXX (8 hex digits) formats.
Yes, you can paste multiple Unicode escape sequences and they will all be decoded together.