HTML Symbol reference for 
 three right arrows
 Check and copy alternative codes for the three right arrows symbol
| ⇶ | – | three right arrows | 
        // Example for HTML
        
        <span> ⇶ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\21F6";
        
        }