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