copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText(''); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
LEFT-TO-RIGHT EMBEDDING
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+202A | |
| decimal | 8234 | |
| htmldecimal | ‪ | |
| htmlhex | ‪ | |
| css | \202A | |
| javascript | \u{202A} | |
| python | \u202a | |
| java | \u202A | |
| go | \u202A | |
| ruby | \u{202A} | |
| rust | \u{202A} | |
| ccpp | \u202a | |
| urlencoded | %E2%80%AA | |
| utf8bytes | e2 80 aa | |
| utf16bebytes | 20 2a | |
| utf32bebytes | 00 00 20 2a |
How to Use
HTML:
‪
CSS:
content: "\202A"
JavaScript:
"\u{202A}"
Python:
"\u202a"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Format (Cf)
- Bidirectional
- LRE
- Combining
- 0
- Mirrored
- No