arrow_back All tools
code

Unicode Escape

Escape text to \uXXXX and back.

Text
Escaped
info

Escapes every non-ASCII character to a \u sequence for safe embedding in JSON or source, and reverses it. Astral characters become surrogate pairs, as JavaScript stores them.

Other tools