Rightwards Arrow with Plus Below
Name Rightwards Arrow with Plus Below
Unicode U+2945
CSS Code \2945
HTML Entity ⥅
HTML Code ⥅
html
<div>&#10565;</div>
css
div::before {
  content: "\2945";
}