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