What is this tool?
Unicode is a universal character encoding standard that assigns a unique number (code point) to every character across languages, scripts, and symbols. In coding environments, special characters are represented as Unicode escape sequences. This tool translates escape formats into legible characters and encodes text back into safe escape codes.
How to use it
1. Select the conversion direction (Unicode to Text or Text to Unicode).
2. Choose the specific escape format (JS, HTML, CSS, or U+) when encoding.
3. Paste the content in the Input box.
4. Copy the converted text from the Output box.
Pro tips
- Use HTML Entity Decimal or Hex formats to safely embed special characters and symbols in raw web page markup.
- CSS Unicode sequences require a space separator or trailing characters to delineate the escape code in styles.