HTML Symbol reference for 
 left harpoon with barb down above right harpoon with barb down
 Check and copy alternative codes for the left harpoon with barb down above right harpoon with barb down symbol
| ⥧ | left harpoon with barb down above right harpoon with barb down | 
        // Example for HTML
        
        <span> ⥧ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\2967";
        
        }