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