HTML Symbol reference for 
 up arrow with horizontal stroke
 Check and copy alternative codes for the up arrow with horizontal stroke symbol
| ⤉ | – | up arrow with horizontal stroke | 
        // Example for HTML
        
        <span> ⤉ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\2909";
        
        }