Right Double Arrow with Rounded Head
Name Right Double Arrow with Rounded Head
Unicode U+2970
CSS Code \2970
HTML Entity ⥰
HTML Code ⥰
html
<div>&#10608;</div>
css
div::before {
  content: "\2970";
}