HTML Symbol reference for 
 left-shaded white right arrow
 Check and copy alternative codes for the left-shaded white right arrow symbol
| ➪ | – | left-shaded white right arrow | 
        // Example for HTML
        
        <span> ➪ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\27AA";
        
        }