We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a803757 commit 044ff6fCopy full SHA for 044ff6f
1-js/05-data-types/03-string/article.md
@@ -88,7 +88,7 @@ Examples with unicode:
88
89
```js run
90
alert( "\u00A9" ); // ©
91
-alert( "\u{20331}" ); // 𠌱, a rare chinese hieroglyph (long unicode)
+alert( "\u{20331}" ); // 佫, a rare chinese hieroglyph (long unicode)
92
alert( "\u{1F60D}"); // 😍, a smiling face symbol (another long unicode)
93
```
94
0 commit comments