Bullet vs Right-To-Left Embedding
VS
Comparaison des propriétés
| Propriété | • 2022 | 202B |
|---|---|---|
| Nom | Bullet | Right-To-Left Embedding |
| Catégorie | Punctuation | Punctuation |
| Bloc | General Punctuation | General Punctuation |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Punctuation (Po) | Format (Cf) |
| Bidirectionnel | ON | RLE |
Comparaison d'encodages
| Format | 2022 | 202B |
|---|---|---|
| Unicode | U+2022 | U+202B |
| HTML Decimal | • | ‫ |
| HTML Hex | • | ‫ |
| CSS | \2022 | \202B |
| JavaScript | \u{2022} | \u{202B} |
| Python | \u2022 | \u202b |
| UTF-8 | e2 80 a2 | e2 80 ab |
Comment les distinguer
Bullet et Right-To-Left Embedding appartiennent tous deux à la catégorie Punctuation et au bloc General Punctuation. Comparez leurs points de code et leur rendu visuel 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.