Greater-Than Above Rightwards Arrow
Name Greater-Than Above Rightwards Arrow
Unicode U+2978
CSS Code \2978
HTML Entity ⥸
HTML Code ⥸
html
<div>&#10616;</div>
css
div::before {
  content: "\2978";
}