Long Rightwards Arrow from Bar
Name Long Rightwards Arrow from Bar
Unicode U+27FC
CSS Code \27FC
HTML Entity ⟼
HTML Code ⟼
html
<div>&#10236;</div>
css
div::before {
  content: "\27FC";
}