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