HTML Symbol reference for 
 right two-headed triple dash arrow
 Check and copy alternative codes for the right two-headed triple dash arrow symbol
| ⤐ | right two-headed triple dash arrow | 
        // Example for HTML
        
        <span> ⤐ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\2910";
        
        }