Comma vs Right Parenthesis
VS
Comparaison des propriétés
| Propriété | , 002C | ) 0029 |
|---|---|---|
| Nom | Comma | Right Parenthesis |
| Catégorie | Latin Extended | Latin Extended |
| Bloc | Basic Latin | Basic Latin |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Punctuation (Po) | Close Punctuation (Pe) |
| Bidirectionnel | CS | ON |
Comparaison d'encodages
| Format | 002C | 0029 |
|---|---|---|
| Unicode | U+002C | U+0029 |
| HTML Decimal | , | ) |
| HTML Hex | , | ) |
| CSS | \002C | \0029 |
| JavaScript | \u{2C} | \u{29} |
| Python | \u002c | \u0029 |
| UTF-8 | 2c | 29 |
Comment les distinguer
Comma et Right Parenthesis 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.