HTML Symbol reference for 
 anticlockwise closed circle arrow
 Check and copy alternative codes for the anticlockwise closed circle arrow symbol
| ⥀ | – | anticlockwise closed circle arrow | 
        // Example for HTML
        
        <span> ⥀ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\2940";
        
        }