Subset Above Rightwards Arrow
Name Subset Above Rightwards Arrow
Unicode U+2979
CSS Code \2979
HTML Entity ⥹
HTML Code ⥹
html
<div>&#10617;</div>
css
div::before {
  content: "\2979";
}