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