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