HTML Symbol reference for
up white arrow on pedestal with horizontal bar
Check and copy alternative codes for the up white arrow on pedestal with horizontal bar symbol
⇬ | – | up white arrow on pedestal with horizontal bar |
// Example for HTML
<span> ⇬ </span>
/* Example for CSS */
span::before {
content: "\21EC";
}