4coders

Unicode Escapes Converter

\uXXXX escapes — surrogate-safe.

0 bytes sent · runs in your tab
encode
Input0 chars · 0 bytes
Output

About this tool

Unicode escapes represent characters using sequences like \uXXXX or \u{1F600}. This tool converts between readable text and various escaped forms used in source code, JSON, or HTML.

Common use cases

  • Escape or unescape Unicode in JavaScript, JSON or CSS strings
  • Debug mojibake and encoding problems in international text
  • Prepare or read data from legacy systems that use numeric entities

Further reading

0 bytes sent · runs in your tab