Left-To-Right Mark
A character used to indicate that the following text should be displayed from left to right, typically used in bidirectional text.
Visual Preview
This is how the character appears visually
Copy Options
How to Use?
In HTML
<span>‎</span>
In Css
content: "\U+200E";
In Javascript
const char = String.fromCodePoint(0xU+200E);
Additional Information
Category
Format Controls
Browser Support
browsersupportFallback