Unicode Converter
Convert between Unicode escapes and plain text with support for various encoding formats
Text to Unicode
Unicode to Text
Unicode Format
Selected Format: JavaScript/JSON format (\uXXXX)
Text Input
Unicode Output
Unicode Format Examples
JavaScript/JSON
\\u4e16\\u754c (世界)
4-digit hex Unicode escapes
Java/Python
\\u4e16 \\U0001f30d
4-digit and 8-digit escapes
HTML Entities
世界 &
Numeric and named entities
CSS
\\4e16 \\754c
Hex with optional trailing space
Common Characters
\\u00e9 (é) \\u00f1 (ñ)
Accented characters
Emojis
\�\� (🌍)
Surrogate pairs for emojis
Features
Bidirectional conversion
Multiple Unicode formats
Emoji and surrogate pair support
HTML entity conversion
File upload and download
Conversion statistics