Bullet vs Centreline Overline
VS
Comparaison des propriétés
| Propriété | • 2022 | ﹊ FE4A |
|---|---|---|
| Nom | Bullet | Centreline Overline |
| Catégorie | Punctuation | Punctuation |
| Bloc | General Punctuation | CJK Compatibility Forms |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Punctuation (Po) | Other Punctuation (Po) |
| Bidirectionnel | ON | ON |
Comparaison d'encodages
| Format | 2022 | FE4A |
|---|---|---|
| Unicode | U+2022 | U+FE4A |
| HTML Decimal | • | ﹊ |
| HTML Hex | • | ﹊ |
| CSS | \2022 | \FE4A |
| JavaScript | \u{2022} | \u{FE4A} |
| Python | \u2022 | \ufe4a |
| UTF-8 | e2 80 a2 | ef b9 8a |
Comment les distinguer
Bullet et Centreline Overline 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.