HTML Symbol reference for 
 up white double arrow on pedestal
 Check and copy alternative codes for the up white double arrow on pedestal symbol
| ⇯ | – | up white double arrow on pedestal | 
        // Example for HTML
        
        <span> ⇯ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\21EF";
        
        }