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.

U+200E

Visual Preview

This is how the character appears visually

Copy Options

How to Use?

In HTML

                <span>&#8206;</span>
            

In Css

                content: "\U+200E";
            

In Javascript

                const char = String.fromCodePoint(0xU+200E);
            

Additional Information

Category

Format Controls

Browser Support

browsersupportFallback