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