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