HTML Symbol reference for 
 short right arrow above left arrow
 Check and copy alternative codes for the short right arrow above left arrow symbol
| ⥄ | – | short right arrow above left arrow | 
        // Example for HTML
        
        <span> ⥄ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\2944";
        
        }