Reversed Question Mark vs Three-Em Dash
VS
Comparaison des propriétés
| Propriété | ⸮ 2E2E | ⸻ 2E3B |
|---|---|---|
| Nom | Reversed Question Mark | Three-Em Dash |
| Catégorie | Punctuation | Punctuation |
| Bloc | Supplemental Punctuation | Supplemental Punctuation |
| Écriture | Zyyy | Zyyy |
| Catégorie générale | Other Punctuation (Po) | Dash Punctuation (Pd) |
| Bidirectionnel | ON | ON |
Comparaison d'encodages
| Format | 2E2E | 2E3B |
|---|---|---|
| Unicode | U+2E2E | U+2E3B |
| HTML Decimal | ⸮ | ⸻ |
| HTML Hex | ⸮ | ⸻ |
| CSS | \2E2E | \2E3B |
| JavaScript | \u{2E2E} | \u{2E3B} |
| Python | \u2e2e | \u2e3b |
| UTF-8 | e2 b8 ae | e2 b8 bb |
Comment les distinguer
Reversed Question Mark et Three-Em Dash appartiennent tous deux à la catégorie Punctuation et au bloc Supplemental 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.