Rightwards Double Arrow with Stroke
Name Rightwards Double Arrow with Stroke
Unicode U+21CF
CSS Code \21CF
HTML Entity ⇏
HTML Code ⇏
html
<div>&#8655;</div>
css
div::before {
  content: "\21CF";
}