Leftwards Double Arrow with Stroke
Name Leftwards Double Arrow with Stroke
Unicode U+21CD
CSS Code \21CD
HTML Entity ⇍
HTML Code ⇍
html
<div>&#8653;</div>
css
div::before {
  content: "\21CD";
}