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 OVERRIDE
Overview
(LEFT-TO-RIGHT OVERRIDE) is the Unicode character at code point U+202D. It belongs to the General Punctuation block, in the Format (Cf) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+202D | |
| decimal | 8237 | |
| htmldecimal | ‭ | |
| htmlhex | ‭ | |
| css | \202D | |
| javascript | \u{202D} | |
| python | \u202d | |
| java | \u202D | |
| go | \u202D | |
| ruby | \u{202D} | |
| rust | \u{202D} | |
| ccpp | \u202d | |
| urlencoded | %E2%80%AD | |
| utf8bytes | e2 80 ad | |
| utf16bebytes | 20 2d | |
| utf32bebytes | 00 00 20 2d |
How to Use
HTML:
‭
CSS:
content: "\202D"
JavaScript:
"\u{202D}"
Python:
"\u202d"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Format (Cf)
- Bidirectional
- LRO
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the character (LEFT-TO-RIGHT OVERRIDE)?
(LEFT-TO-RIGHT OVERRIDE) is the Unicode character U+202D.
What is the Unicode codepoint of LEFT-TO-RIGHT OVERRIDE?
The LEFT-TO-RIGHT OVERRIDE character () has codepoint U+202D.
How do I type or copy LEFT-TO-RIGHT OVERRIDE?
Copy directly, or use the HTML entity, UTF-8, and code encodings shown on this page.