HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0269F"; } </style> </head> <body> <p>Three Lines Converging Left using Hexa Decimal: &#x269F;</p> <p>Three Lines Converging Left using HTML Code: &#9887;</p> <p id="point">Three Lines Converging Left using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private