</>DevTools

U+Unicode Converter

Convert between Unicode escapes and text

What is Unicode Escape Conversion?

Unicode escaping represents non-ASCII characters — such as Korean, Chinese, Japanese, or emoji — as \uXXXX code points. It is used to safely encode multilingual characters in JavaScript source files, JSON files, and Java property files, or conversely to restore escaped strings back into human-readable text.

How to Use

  1. Select Text → Unicode to convert text into Unicode escape sequences.
  2. Select Unicode → Text to restore an escaped string back to readable text.
  3. Enter your content in the input field and click Convert.
  4. Once the result appears, click the copy button to copy it to your clipboard.