Bottom Right Half Bracket vs Middle Dot
VS
Comparaison des propriétés
| Propriété | ⸥ 2E25 | · 00B7 |
|---|---|---|
| Nom | Bottom Right Half Bracket | 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 | 2E25 | 00B7 |
|---|---|---|
| Unicode | U+2E25 | U+00B7 |
| HTML Decimal | ⸥ | · |
| HTML Hex | ⸥ | · |
| CSS | \2E25 | \00B7 |
| JavaScript | \u{2E25} | \u{B7} |
| Python | \u2e25 | \u00b7 |
| UTF-8 | e2 b8 a5 | c2 b7 |
Comment les distinguer
Bottom Right Half Bracket 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.