HTML Symbol reference for 
 right fish tail
 Check and copy alternative codes for the right fish tail symbol
| ⥽ | right fish tail | 
        // Example for HTML
        
        <span> ⥽ </span>
      
        /* Example for CSS */
        
        span::before {
        
          content: "\297D";
        
        }