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