Comma vs Latin Letter Lateral Click
VS
Comparaison des propriétés
| Propriété | , 002C | ǁ 01C1 |
|---|---|---|
| Nom | Comma | Latin Letter Lateral Click |
| Catégorie | Latin Extended | Latin Extended |
| Bloc | Basic Latin | Latin Extended-B |
| Écriture | Zyyy | Latn |
| Catégorie générale | Other Punctuation (Po) | Other Letter (Lo) |
| Bidirectionnel | CS | L |
Comparaison d'encodages
| Format | 002C | 01C1 |
|---|---|---|
| Unicode | U+002C | U+01C1 |
| HTML Decimal | , | ǁ |
| HTML Hex | , | ǁ |
| CSS | \002C | \01C1 |
| JavaScript | \u{2C} | \u{1C1} |
| Python | \u002c | \u01c1 |
| UTF-8 | 2c | c7 81 |
Comment les distinguer
Comma et Latin Letter Lateral Click 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.