Unicode Escape Encoder
Encode text characters into standard \uXXXX and modern \u{XXXXXX} escape sequences.
How to Use the Unicode Escape Encoder
- Type or paste the text you want to escape.
- The encoder converts every character into standard \uXXXX (or \u{XXXXXX}) escape sequences.
- Copy the escaped output for use in code, JSON, or configuration files.
Example Input
Symbol & Emoji
Copyright © 2026 🚀
Technical Notes & Standards
Outputs standard 4-digit hexadecimal notation for BMP characters and modern ES6 \u{XXXXXX} notation for supplementary plane symbols and emojis.