Left Right Double Arrow with Vertical Stroke
Name Left Right Double Arrow with Vertical Stroke
Unicode U+2904
CSS Code \2904
HTML Entity ⤄
HTML Code ⤄
html
<div>&#10500;</div>
css
div::before {
  content: "\2904";
}