HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021AB"; } </style> </head> <body> <p>Left Arrow With Loop using Hexa Decimal: &#x21ab;</p> <p>Left Arrow With Loop using HTML Code: &#8619;</p> <p>Left Arrow With Loop using HTML Entity: &larrlp;</p> <p id="point">Left Arrow With Loop using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private