Left Right Double Arrow with Stroke
Name Left Right Double Arrow with Stroke
Unicode U+21CE
CSS Code \21CE
HTML Entity ⇎
HTML Code ⇎
html
<div>&#8654;</div>
css
div::before {
  content: "\21CE";
}