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