Long Rightwards Arrow
Name Long Rightwards Arrow
Unicode U+27F6
CSS Code \27F6
HTML Entity ⟶
HTML Code ⟶
html
<div>&#10230;</div>
css
div::before {
  content: "\27F6";
}