Comma vs Latin Capital Letter O With Inverted Breve
VS
Comparaison des propriétés
| Propriété | , 002C | Ȏ 020E |
|---|---|---|
| Nom | Comma | Latin Capital Letter O With Inverted Breve |
| Catégorie | Latin Extended | Latin Extended |
| Bloc | Basic Latin | Latin Extended-B |
| Écriture | Zyyy | Latn |
| Catégorie générale | Other Punctuation (Po) | Uppercase Letter (Lu) |
| Bidirectionnel | CS | L |
Comparaison d'encodages
| Format | 002C | 020E |
|---|---|---|
| Unicode | U+002C | U+020E |
| HTML Decimal | , | Ȏ |
| HTML Hex | , | Ȏ |
| CSS | \002C | \020E |
| JavaScript | \u{2C} | \u{20E} |
| Python | \u002c | \u020e |
| UTF-8 | 2c | c8 8e |
Comment les distinguer
Comma et Latin Capital Letter O With Inverted Breve 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.