HTML Symbol reference for 
 open-outlined right arrow
 Check and copy alternative codes for the open-outlined right arrow symbol
| ➾ | – | open-outlined right arrow | 
        // Example for HTML
        
        <span> ➾ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\27BE";
        
        }