Comma vs Latin Capital Letter Eng
VS
Comparaison des propriétés
| Propriété | , 002C | Ŋ 014A |
|---|---|---|
| Nom | Comma | Latin Capital Letter Eng |
| Catégorie | Latin Extended | Latin Extended |
| Bloc | Basic Latin | Latin Extended-A |
| Écriture | Zyyy | Latn |
| Catégorie générale | Other Punctuation (Po) | Uppercase Letter (Lu) |
| Bidirectionnel | CS | L |
Comparaison d'encodages
| Format | 002C | 014A |
|---|---|---|
| Unicode | U+002C | U+014A |
| HTML Decimal | , | Ŋ |
| HTML Hex | , | Ŋ |
| CSS | \002C | \014A |
| JavaScript | \u{2C} | \u{14A} |
| Python | \u002c | \u014a |
| UTF-8 | 2c | c5 8a |
Comment les distinguer
Comma et Latin Capital Letter Eng 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.