Updated
Unicode escape converter explained
Turn each UTF-16 code unit into a literal backslash-u escape. Characters outside the basic multilingual plane use a high and low surrogate pair, so the output can be pasted into a JSON or JavaScript string.
A worked example
A becomes \u0041. The octopus emoji becomes \ud83d\udc19 and decodes back to one Unicode character.
Before you use the result
The decoder accepts sequences of \uXXXX escapes, not full JSON strings, braced code-point escapes or a mixture of raw text and escapes.
Cite this page
ToolOctopus. “Unicode escape converter.” Updated 2026-09-20. https://tooloctopus.com/unicode-escape-converter.
Add an access date if your instructions require one.
Citation formatting uses citeproc-js by Frank Bennett and Citation Style Language styles. Licence and source code.
