Invisible Separator vs Middle Dot
VS
Comparaison des propriétés
| Propriété | 2063 | · 00B7 |
|---|---|---|
| Nom | Invisible Separator | Middle Dot |
| Catégorie | Punctuation | Punctuation |
| Bloc | General Punctuation | Latin-1 Supplement |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Format (Cf) | Other Punctuation (Po) |
| Bidirectionnel | BN | ON |
Comparaison d'encodages
| Format | 2063 | 00B7 |
|---|---|---|
| Unicode | U+2063 | U+00B7 |
| HTML Decimal | ⁣ | · |
| HTML Hex | ⁣ | · |
| CSS | \2063 | \00B7 |
| JavaScript | \u{2063} | \u{B7} |
| Python | \u2063 | \u00b7 |
| UTF-8 | e2 81 a3 | c2 b7 |
Comment les distinguer
Invisible Separator 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.