Leftwards Arrow from Bar To Black Diamond
Name Leftwards Arrow from Bar To Black Diamond
Unicode U+291F
CSS Code \291F
HTML Entity ⤟
HTML Code ⤟
html
<div>&#10527;</div>
css
div::before {
  content: "\291F";
}