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