fix typo, add relevant emoji
This commit is contained in:
parent
a8455f95b6
commit
2e72eed4f4
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ Examples with unicode:
|
|||
```js run
|
||||
alert( "\u00A9" ); // ©
|
||||
alert( "\u{20331}" ); // 𠌱, a rare chinese hieroglyph (long unicode)
|
||||
alert( "\u{1F60D}"); // a smiling face sumbol (another long unicode)
|
||||
alert( "\u{1F60D}"); // 😍, a smiling face symbol (another long unicode)
|
||||
```
|
||||
|
||||
All special characters start with a backslash character `\`. It is also called an "escape character".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue