Upwards Two-Headed Arrow from Small Circle
Name Upwards Two-Headed Arrow from Small Circle
Unicode U+2949
CSS Code \2949
HTML Entity ⥉
HTML Code ⥉
html
<div>&#10569;</div>
css
div::before {
  content: "\2949";
}