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