| 00E0 | à | ā | 0101 |
|---|---|---|---|
| 00E1 | á | ă | 0103 |
| 00E8 | è | ē | 0113 |
| 00E9 | é | ĕ | 0115 |
| 00EC | ì | ī | 012B |
| 00ED | í | ĭ | 012D |
| 00F2 | ò | ō | 014D |
| 00F3 | ó | ŏ | 014F |
| 00F9 | ù | ū | 016B |
| 00FA | ú | ŭ | 016D |
Use the codes with in html like this: ú displays ú
Use the codes with in javascript like this: alert('\u00FA'); displays alert('ú');

No comments:
Post a Comment