Leftwards Double Arrow with Vertical Stroke
Name Leftwards Double Arrow with Vertical Stroke
Unicode U+2902
CSS Code \2902
HTML Entity ⤂
HTML Code ⤂
html
<div>&#10498;</div>
css
div::before {
  content: "\2902";
}