Paste \u escape sequences, and the tool decodes them back to readable text.
\uXXXX (JS/JSON), \UXXXXXXXX (Python), \XXXXXX (CSS), and &#xXXXX; (HTML hex) formats.
Yes — \u{1F600} or 😀 (surrogate pair) for 😀 are both supported.
Only the escape sequences are decoded; surrounding plain text is left as-is.