// In Javascript, the identifiers and string literals can be expressed in Unicode via a Unicode escape sequence. The general syntax is uXXXX , where X denotes four hexadecimal digits. // For example, the letter o is denoted as
// 'u006F' in Unicode.