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

Copy this symbol

LEFT-TO-RIGHT MARK

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

‎
‎
U+0200E
\200e
‎

HTML Examples

Using HTML Code value in HTML file

<span> &#8206; </span>

Using HTML Entity value in HTML file

<span> &lrm; </span>

CSS Example

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

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