Upwards Arrow To Bar
Name Upwards Arrow To Bar
Unicode U+2912
CSS Code \2912
HTML Entity ⤒
HTML Code ⤒
html
<div>&#10514;</div>
css
div::before {
  content: "\2912";
}