Digit Eight vs Inverted Question Mark
VS
Comparaison des propriétés
| Propriété | 8 0038 | ¿ 00BF |
|---|---|---|
| Nom | Digit Eight | Inverted Question Mark |
| Catégorie | Latin Extended | Latin Extended |
| Bloc | Basic Latin | Latin-1 Supplement |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Decimal Number (Nd) | Other Punctuation (Po) |
| Bidirectionnel | EN | ON |
Comparaison d'encodages
| Format | 0038 | 00BF |
|---|---|---|
| Unicode | U+0038 | U+00BF |
| HTML Decimal | 8 | ¿ |
| HTML Hex | 8 | ¿ |
| CSS | \0038 | \00BF |
| JavaScript | \u{38} | \u{BF} |
| Python | \u0038 | \u00bf |
| UTF-8 | 38 | c2 bf |
Comment les distinguer
Digit Eight et Inverted Question Mark 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.