The new Unicode "code point escape" form is also valid for identifiers, such as: ``` js var \u{2B400} = 42; ``` As usual, @mathiasbynens has a [bunch of great stuff](https://mathiasbynens.be/demo/javascript-identifier-regex) about what makes a valid Unicode identifier in ES6 vs ES5, etc.
The new Unicode "code point escape" form is also valid for identifiers, such as:
As usual, @mathiasbynens has a bunch of great stuff about what makes a valid Unicode identifier in ES6 vs ES5, etc.