Comma vs Low Line
VS
Comparaison des propriétés
| Propriété | , 002C | _ 005F |
|---|---|---|
| Nom | Comma | Low Line |
| Catégorie | Latin Extended | Latin Extended |
| Bloc | Basic Latin | Basic Latin |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Punctuation (Po) | Connector Punctuation (Pc) |
| Bidirectionnel | CS | ON |
Comparaison d'encodages
| Format | 002C | 005F |
|---|---|---|
| Unicode | U+002C | U+005F |
| HTML Decimal | , | _ |
| HTML Hex | , | _ |
| CSS | \002C | \005F |
| JavaScript | \u{2C} | \u{5F} |
| Python | \u002c | \u005f |
| UTF-8 | 2c | 5f |
Comment les distinguer
Comma et Low Line appartiennent tous deux à la catégorie Latin Extended et au bloc Basic Latin. Comparez leurs points de code et leur rendu visuel 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.