Leftwards Arrow To Black Diamond
Name Leftwards Arrow To Black Diamond
Unicode U+291D
CSS Code \291D
HTML Entity ⤝
HTML Code ⤝
html
<div>&#10525;</div>
css
div::before {
  content: "\291D";
}