HTML Symbol reference for
heavy north east arrow
Check and copy alternative codes for the heavy north east arrow symbol
➚ | – | heavy north east arrow |
// Example for HTML
<span> ➚ </span>
/* Example for CSS */
span::before {
content: "\279A";
}