HTML Symbol reference for 
 heavy black-feathered north east arrow
 Check and copy alternative codes for the heavy black-feathered north east arrow symbol
| ➹ | – | heavy black-feathered north east arrow | 
        // Example for HTML
        
        <span> ➹ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\27B9";
        
        }