Skip to content

Commit e689815

Browse files
Update 1-js/99-js-misc/06-unicode/article.md
Co-authored-by: Mahdi Hashemi <mahdihashemiii939@gmail.com>
1 parent e18f96d commit e689815

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

1-js/99-js-misc/06-unicode/article.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ alert( '𝒳'[1] ); // بخش دوم از جفت جانشین - نمایش نم
8585

8686
```js run
8787
// را می‌دهد 𝒳 به جفت‌ جایگزین آگاه نیست برای همین فقط کد قسمت اول charCodeAt
88+
8889
alert( '𝒳'.charCodeAt(0).toString(16) ); // d835
8990
9091
// به جفت‌ جایگزین آگاه هست codePointAt

0 commit comments

Comments
 (0)