Remove `\u203D` and `\U0001F4A9` unicode string escapes, and add [ECMAScript 6-style](https://mathiasbynens.be/notes/javascript-escapes#unicode-code-point) `\u{1F4A9}` escapes instead. Text: https://github.com/rust-lang/rfcs/blob/master/text/0446-es6-unicode-escapes.md RFC PR: https://github.com/rust-lang/rfcs/pull/446 Migration strategy: https://github.com/rust-lang/rfcs/blob/master/text/0446-es6-unicode-escapes.md#migration-strategy