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