HTML Symbol reference for 
 down arrow left of up arrow
 Check and copy alternative codes for the down arrow left of up arrow symbol
| ⇵ | down arrow left of up arrow | 
        // Example for HTML
        
        <span> ⇵ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\21F5";
        
        }