Convert between text and Unicode escape sequences
Unicode escapes use the format \uXXXX where XXXX is a 4-digit hexadecimal code point. This is commonly used in JavaScript, JSON, and other programming languages to represent any character in the Unicode standard. For example, \u0041 represents the letter "A".
Help others discover this tool!