HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02939"; } </style> </head> <body> <p>Left Side Arc Anticlockwise Arrow using Hexa Decimal: &#x2939;</p> <p>Left Side Arc Anticlockwise Arrow using HTML Code: &#10553;</p> <p>Left Side Arc Anticlockwise Arrow using HTML Entity: &larrpl;</p> <p id="point">Left Side Arc Anticlockwise Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private