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