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