Marque de Droite à Gauche

Un caractère utilisé pour indiquer que le texte suivant doit être affiché de droite à gauche, généralement utilisé dans le texte bidirectionnel.

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