Text to Unicode
NewConvert 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).