Long Left Right Arrow
Name Long Left Right Arrow
Unicode U+27F7
CSS Code \27F7
HTML Entity ⟷
HTML Code ⟷
html
<div>&#10231;</div>
css
div::before {
  content: "\27F7";
}