Comma vs Latin Small Letter I With Macron
VS
Comparaison des propriétés
| Propriété | , 002C | ī 012B |
|---|---|---|
| Nom | Comma | Latin Small Letter I With Macron |
| 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 | 012B |
|---|---|---|
| Unicode | U+002C | U+012B |
| HTML Decimal | , | ī |
| HTML Hex | , | ī |
| CSS | \002C | \012B |
| JavaScript | \u{2C} | \u{12B} |
| Python | \u002c | \u012b |
| UTF-8 | 2c | c4 ab |
Comment les distinguer
Comma et Latin Small Letter I With Macron 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.