Arrow Pointing Rightwards Then Curving Downwards
Name Arrow Pointing Rightwards Then Curving Downwards
Unicode U+2935
CSS Code \2935
HTML Entity ⤵
HTML Code ⤵
html
<div>&#10549;</div>
css
div::before {
  content: "\2935";
}