Hexadecimal Unicode escape sequence
 

Unicode escapes can be used to include any Unicode character using only ASCII characters. Line terminators to support the different conventions of existing host systems.

 
A raw Unicode character stream is translated into a sequence of tokens, using the following three lexical translation steps, which are applied in turn:

A translation of Unicode escapes in the raw stream of Unicode characters to the corresponding Unicode character. A Unicode escape of the form \uxxxx, where xxxx is a hexadecimal value, represents the Unicode character whose encoding is xxxx. This translation step allows any program to be expressed using only ASCII characters.
සිංහල යුනිකේතය
 
\u0dc3\u0dd2\u0d82\u0dc4\u0dbd\u0020\u0dba\u0dd4\u0db1\u0dd2\u0d9a\u0dda\u0dad\u0dba\u000d\u000a
 

 
Convert hexadecimal Unicode escape sequence to ascii text Convert hexadecimal Unicode escape sequence (\uXXXX) to text