HTML Symbol reference for
up white arrow
Check and copy alternative codes for the up white arrow symbol
⇧ | – | up white arrow |
// Example for HTML
<span> ⇧ </span>
/* Example for CSS */
span::before {
content: "\21E7";
}