HTML Symbol reference for
north west arrow crossing north east arrow
Check and copy alternative codes for the north west arrow crossing north east arrow symbol
⤲ | – | north west arrow crossing north east arrow |
// Example for HTML
<span> ⤲ </span>
/* Example for CSS */
span::before {
content: "\2932";
}