Text to Unicode
Convert text to Unicode escape sequences
Encoding Reference
Unicode characters are often represented in code via escape sequences. \uXXXX is standard in most languages (C, Java, Python), &#...; is used for HTML rendering, and \u{...} is the modern ES6 JavaScript format that supports characters beyond the basic plane (like modern emojis).
Related Tools
Integer Base ConverterConvert numbers between decimal, hexadecimal, binary, and octal — instantly with a step-by-step breakdown
Base64 to ImageConvert Base64 back to image files
Temperature ConverterConvert between Celsius, Fahrenheit, Kelvin
IPv4 Address ConverterConvert IPv4 addresses to integer, binary, hexadecimal, and CIDR notation — essential for network programming and subnet calculations
Text ↔ BinaryConvert text to binary and vice versa
Roman Numeral ConverterConvert Arabic numbers to Roman numerals