Comma vs Latin Small Letter E With Caron
VS
Comparaison des propriétés
| Propriété | , 002C | ě 011B |
|---|---|---|
| Nom | Comma | Latin Small Letter E With Caron |
| Catégorie | Latin Extended | Latin Extended |
| Bloc | Basic Latin | Latin Extended-A |
| Écriture | Zyyy | Latn |
| Catégorie générale | Other Punctuation (Po) | Lowercase Letter (Ll) |
| Bidirectionnel | CS | L |
Comparaison d'encodages
| Format | 002C | 011B |
|---|---|---|
| Unicode | U+002C | U+011B |
| HTML Decimal | , | ě |
| HTML Hex | , | ě |
| CSS | \002C | \011B |
| JavaScript | \u{2C} | \u{11B} |
| Python | \u002c | \u011b |
| UTF-8 | 2c | c4 9b |
Comment les distinguer
Comma et Latin Small Letter E With Caron 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.