Comma vs Latin Small Letter Dotless I
VS
Comparaison des propriétés
| Propriété | , 002C | ı 0131 |
|---|---|---|
| Nom | Comma | Latin Small Letter Dotless I |
| 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 | 0131 |
|---|---|---|
| Unicode | U+002C | U+0131 |
| HTML Decimal | , | ı |
| HTML Hex | , | ı |
| CSS | \002C | \0131 |
| JavaScript | \u{2C} | \u{131} |
| Python | \u002c | \u0131 |
| UTF-8 | 2c | c4 b1 |
Comment les distinguer
Comma et Latin Small Letter Dotless I 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.