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