Bottom Half Right Parenthesis vs Middle Dot
VS
Comparaison des propriétés
| Propriété | ⹜ 2E5C | · 00B7 |
|---|---|---|
| Nom | Bottom Half Right Parenthesis | Middle Dot |
| Catégorie | Punctuation | Punctuation |
| Bloc | Supplemental Punctuation | Latin-1 Supplement |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Close Punctuation (Pe) | Other Punctuation (Po) |
| Bidirectionnel | ON | ON |
Comparaison d'encodages
| Format | 2E5C | 00B7 |
|---|---|---|
| Unicode | U+2E5C | U+00B7 |
| HTML Decimal | ⹜ | · |
| HTML Hex | ⹜ | · |
| CSS | \2E5C | \00B7 |
| JavaScript | \u{2E5C} | \u{B7} |
| Python | \u2e5c | \u00b7 |
| UTF-8 | e2 b9 9c | c2 b7 |
Comment les distinguer
Bottom Half Right Parenthesis et Middle Dot sont tous deux dans la catégorie Punctuation 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.