HTML Symbol reference for
up down arrow
Check and copy alternative codes for the up down arrow symbol
↕ | up down arrow |
// Example for HTML
<span> ↕ </span>
/* Example for CSS */
span::before {
content: "\2195";
}