Bottom Half Left Parenthesis vs Middle Dot
VS
Comparaison des propriétés
| Propriété | ⹛ 2E5B | · 00B7 |
|---|---|---|
| Nom | Bottom Half Left Parenthesis | Middle Dot |
| Catégorie | Punctuation | Punctuation |
| Bloc | Supplemental Punctuation | Latin-1 Supplement |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Open Punctuation (Ps) | Other Punctuation (Po) |
| Bidirectionnel | ON | ON |
Comparaison d'encodages
| Format | 2E5B | 00B7 |
|---|---|---|
| Unicode | U+2E5B | U+00B7 |
| HTML Decimal | ⹛ | · |
| HTML Hex | ⹛ | · |
| CSS | \2E5B | \00B7 |
| JavaScript | \u{2E5B} | \u{B7} |
| Python | \u2e5b | \u00b7 |
| UTF-8 | e2 b9 9b | c2 b7 |
Comment les distinguer
Bottom Half Left 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.