HTML Symbol reference for 
 down arrow to bar
 Check and copy alternative codes for the down arrow to bar symbol
| ⤓ | down arrow to bar | 
        // Example for HTML
        
        <span> ⤓ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\2913";
        
        }