Arrow Pointing Downwards Then Curving Leftwards
Name Arrow Pointing Downwards Then Curving Leftwards
Unicode U+2936
CSS Code \2936
HTML Entity ⤶
HTML Code ⤶
html
<div>&#10550;</div>
css
div::before {
  content: "\2936";
}