HTML Symbol reference for 
 right double arrow with rounded head
 Check and copy alternative codes for the right double arrow with rounded head symbol
| ⥰ | right double arrow with rounded head | 
        // Example for HTML
        
        <span> ⥰ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\2970";
        
        }