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

Save as Private