Caret vs Right-To-Left Embedding
VS
Comparaison des propriétés
| Propriété | ‸ 2038 | 202B |
|---|---|---|
| Nom | Caret | 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 | 2038 | 202B |
|---|---|---|
| Unicode | U+2038 | U+202B |
| HTML Decimal | ‸ | ‫ |
| HTML Hex | ‸ | ‫ |
| CSS | \2038 | \202B |
| JavaScript | \u{2038} | \u{202B} |
| Python | \u2038 | \u202b |
| UTF-8 | e2 80 b8 | e2 80 ab |
Comment les distinguer
Caret 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.