Text to Unicode
Turn text into Unicode escapes or code points, and turn them back into text.
Runs entirely in your browser.
Convert Text to Unicode Code Points and Back
About Text to Unicode
Every character has a Unicode code point, and there are several conventions for writing it down: \u00e9 in JavaScript and JSON, U+00E9 in documentation, é in HTML. This converts between the text and any of them.
Characters outside the basic range - emoji, most symbols - need two code units in the \u form, and both are emitted so the escape is valid where you paste it. With Leave plain ASCII alone ticked, only the characters that actually need escaping are converted, which keeps the result readable.
Other Text and List Tools
Text