HTML Symbol reference for
up arrow with double stroke
Check and copy alternative codes for the up arrow with double stroke symbol
⇞ | – | up arrow with double stroke |
// Example for HTML
<span> ⇞ </span>
/* Example for CSS */
span::before {
content: "\21DE";
}