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 MARK
Overview
(LEFT-TO-RIGHT MARK) is the Unicode character at code point U+200E. 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+200E | |
| decimal | 8206 | |
| htmldecimal | ‎ | |
| htmlhex | ‎ | |
| css | \200E | |
| javascript | \u{200E} | |
| python | \u200e | |
| java | \u200E | |
| go | \u200E | |
| ruby | \u{200E} | |
| rust | \u{200E} | |
| ccpp | \u200e | |
| urlencoded | %E2%80%8E | |
| utf8bytes | e2 80 8e | |
| utf16bebytes | 20 0e | |
| utf32bebytes | 00 00 20 0e |
How to Use
HTML:
‎
CSS:
content: "\200E"
JavaScript:
"\u{200E}"
Python:
"\u200e"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Format (Cf)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the character (LEFT-TO-RIGHT MARK)?
(LEFT-TO-RIGHT MARK) is the Unicode character U+200E.
What is the Unicode codepoint of LEFT-TO-RIGHT MARK?
The LEFT-TO-RIGHT MARK character () has codepoint U+200E.
How do I type or copy LEFT-TO-RIGHT MARK?
Copy directly, or use the HTML entity, UTF-8, and code encodings shown on this page.