Digit Eight vs Latin Capital Letter A With Circumflex
VS
Comparaison des propriétés
| Propriété | 8 0038 | Â 00C2 |
|---|---|---|
| Nom | Digit Eight | Latin Capital Letter A With Circumflex |
| Catégorie | Latin Extended | Latin Extended |
| Bloc | Basic Latin | Latin-1 Supplement |
| Écriture | Zyyy | Latn |
| Catégorie générale | Decimal Number (Nd) | Uppercase Letter (Lu) |
| Bidirectionnel | EN | L |
Comparaison d'encodages
| Format | 0038 | 00C2 |
|---|---|---|
| Unicode | U+0038 | U+00C2 |
| HTML Decimal | 8 | Â |
| HTML Hex | 8 | Â |
| CSS | \0038 | \00C2 |
| JavaScript | \u{38} | \u{C2} |
| Python | \u0038 | \u00c2 |
| UTF-8 | 38 | c3 82 |
Comment les distinguer
Digit Eight et Latin Capital Letter A With Circumflex sont tous deux dans la catégorie Latin Extended mais résident dans des blocs Unicode différents. Vérifiez le point de code pour les distinguer.
Conseil : Collez le caractère dans un éditeur hexadécimal ou utilisez
charCodeAt()
en JavaScript pour vérifier le point de code réel.