Left-To-Right Mark
Left-To-Right Mark
Name Left-To-Right Mark
Unicode U+200E
CSS Code \200E
HTML Entity ‎
HTML Code ‎
html
<div>&#8206;</div>
css
div::before {
  content: "\200E";
}