How to use Unicode Escape

  1. Enter text.
  2. Click Convert to get \uXXXX escape sequences.
  3. Copy the result.

Example

Input

Your input or data here

Output

Result will appear here after running the tool

Frequently asked questions

What is Unicode escape?
Characters are encoded as \uXXXX (hex). Used in JSON, JavaScript, and other formats.