Shift (Upwards White Arrow)
Name Shift (Upwards White Arrow)
Unicode U+21E7
CSS Code \21E7
HTML Code ⇧
html
<div>&#8679;</div>
css
div::before {
  content: "\21E7";
}