Right-To-Left Mark

A character used to indicate that the following text should be displayed from right to left, typically used in bidirectional text.

U+200F

Visual Preview

This is how the character appears visually

Copy Options

How to Use?

In HTML

                <span>&#8207;</span>
            

In Css

                content: "\U+200F";
            

In Javascript

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

Additional Information

Category

Format Controls

Browser Support

browsersupportFallback