HTML Entity/Symbol‏(RIGHT-TO-LEFT MARK )

Copy this symbol

RIGHT-TO-LEFT MARK

Click on any of the following code values to copy to clipboard.

‏
‏
U+0200F
\200f
‏

HTML Examples

Using HTML Code value in HTML file

<span> &#8207; </span>

Using HTML Entity value in HTML file

<span> &rlm; </span>

CSS Example

Using CSS content code of the HTML entity &rlm; to specify in a CSS file

span { 
    content: "\200f";
}
All HTML Symbols