Ampersand vs Inverted Exclamation Mark
VS
Comparaison des propriétés
| Propriété | & 0026 | ¡ 00A1 |
|---|---|---|
| Nom | Ampersand | Inverted Exclamation Mark |
| Catégorie | Latin Extended | Latin Extended |
| Bloc | Basic Latin | Latin-1 Supplement |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidirectionnel | ON | ON |
Comparaison d'encodages
| Format | 0026 | 00A1 |
|---|---|---|
| Unicode | U+0026 | U+00A1 |
| HTML Decimal | & | ¡ |
| HTML Hex | & | ¡ |
| CSS | \0026 | \00A1 |
| JavaScript | \u{26} | \u{A1} |
| Python | \u0026 | \u00a1 |
| UTF-8 | 26 | c2 a1 |
Comment les distinguer
Ampersand et Inverted Exclamation 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.