HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0291B"; } </style> </head> <body> <p>Left Arrow Headless Double Tail using Hexa Decimal: &#x291B;</p> <p>Left Arrow Headless Double Tail using HTML Code: &#10523;</p> <p>Left Arrow Headless Double Tail using HTML Entity: &lAtail;</p> <p id="point">Left Arrow Headless Double Tail using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private