HTML Symbol reference for
north west double arrow
Check and copy alternative codes for the north west double arrow symbol
⇖ | north west double arrow |
// Example for HTML
<span> ⇖ </span>
/* Example for CSS */
span::before {
content: "\21D6";
}