Caret vs Left-To-Right Embedding
VS
Comparaison des propriétés
| Propriété | ‸ 2038 | 202A |
|---|---|---|
| Nom | Caret | Left-To-Right 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 | LRE |
Comparaison d'encodages
| Format | 2038 | 202A |
|---|---|---|
| Unicode | U+2038 | U+202A |
| HTML Decimal | ‸ | ‪ |
| HTML Hex | ‸ | ‪ |
| CSS | \2038 | \202A |
| JavaScript | \u{2038} | \u{202A} |
| Python | \u2038 | \u202a |
| UTF-8 | e2 80 b8 | e2 80 aa |
Comment les distinguer
Caret et Left-To-Right 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.