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