HTML Symbol reference for 
 left arrow to bar over right arrow to bar
 Check and copy alternative codes for the left arrow to bar over right arrow to bar symbol
| ↹ | – | left arrow to bar over right arrow to bar | 
        // Example for HTML
        
        <span> ↹ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\21B9";
        
        }