What does the \uXXXX format mean?
The \u prefix tells JavaScript, JSON, Java, and other languages that the following four hexadecimal digits represent a Unicode code point. For example, \u0041 is the letter "A" (decimal 65). This format lets you include any Unicode character in source code using only printable ASCII characters.