Rightwards Arrow from Bar To Black Diamond
Name Rightwards Arrow from Bar To Black Diamond
Unicode U+2920
CSS Code \2920
HTML Entity ⤠
HTML Code ⤠
html
<div>&#10528;</div>
css
div::before {
  content: "\2920";
}