Ampersand vs Latin Capital Letter G With Circumflex
VS
Comparaison des propriétés
| Propriété | & 0026 | Ĝ 011C |
|---|---|---|
| Nom | Ampersand | Latin Capital Letter G With Circumflex |
| Catégorie | Latin Extended | Latin Extended |
| Bloc | Basic Latin | Latin Extended-A |
| Écriture | Zyyy | Latn |
| Catégorie générale | Other Punctuation (Po) | Uppercase Letter (Lu) |
| Bidirectionnel | ON | L |
Comparaison d'encodages
| Format | 0026 | 011C |
|---|---|---|
| Unicode | U+0026 | U+011C |
| HTML Decimal | & | Ĝ |
| HTML Hex | & | Ĝ |
| CSS | \0026 | \011C |
| JavaScript | \u{26} | \u{11C} |
| Python | \u0026 | \u011c |
| UTF-8 | 26 | c4 9c |
Comment les distinguer
Ampersand et Latin Capital Letter G 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.