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