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