Leftwards Double Arrow-Tail
Name Leftwards Double Arrow-Tail
Unicode U+291B
CSS Code \291B
HTML Entity ⤛
HTML Code ⤛
html
<div>&#10523;</div>
css
div::before {
  content: "\291B";
}