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