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