HTML Symbol reference for
north west arrow to corner
Check and copy alternative codes for the north west arrow to corner symbol
⇱ | – | north west arrow to corner |
// Example for HTML
<span> ⇱ </span>
/* Example for CSS */
span::before {
content: "\21F1";
}