Rightwards Arrow To Black Diamond
Name Rightwards Arrow To Black Diamond
Unicode U+291E
CSS Code \291E
HTML Entity ⤞
HTML Code ⤞
html
<div>&#10526;</div>
css
div::before {
  content: "\291E";
}