Middle Dot vs Presentation Form For Vertical Left Parenthesis
VS
Comparaison des propriétés
| Propriété | · 00B7 | ︵ FE35 |
|---|---|---|
| Nom | Middle Dot | Presentation Form For Vertical Left Parenthesis |
| Catégorie | Punctuation | Punctuation |
| Bloc | Latin-1 Supplement | CJK Compatibility Forms |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Punctuation (Po) | Open Punctuation (Ps) |
| Bidirectionnel | ON | ON |
Comparaison d'encodages
| Format | 00B7 | FE35 |
|---|---|---|
| Unicode | U+00B7 | U+FE35 |
| HTML Decimal | · | ︵ |
| HTML Hex | · | ︵ |
| CSS | \00B7 | \FE35 |
| JavaScript | \u{B7} | \u{FE35} |
| Python | \u00b7 | \ufe35 |
| UTF-8 | c2 b7 | ef b8 b5 |
Comment les distinguer
Middle Dot et Presentation Form For Vertical Left Parenthesis 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.