fix
This commit is contained in:
parent
a80375714b
commit
044ff6f100
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Examples with unicode:
|
||||||
|
|
||||||
```js run
|
```js run
|
||||||
alert( "\u00A9" ); // ©
|
alert( "\u00A9" ); // ©
|
||||||
alert( "\u{20331}" ); // 𠌱, a rare chinese hieroglyph (long unicode)
|
alert( "\u{20331}" ); // 佫, a rare chinese hieroglyph (long unicode)
|
||||||
alert( "\u{1F60D}"); // 😍, a smiling face symbol (another long unicode)
|
alert( "\u{1F60D}"); // 😍, a smiling face symbol (another long unicode)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue