HTML Symbol reference for 
 up triple arrow
 Check and copy alternative codes for the up triple arrow symbol
| ⤊ | – | up triple arrow | 
        // Example for HTML
        
        <span> ⤊ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\290A";
        
        }