HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021BA"; } </style> </head> <body> <p>Anticlockwise Open Circle Arrow using Hexa Decimal: &#x21ba;</p> <p>Anticlockwise Open Circle Arrow using HTML Code: &#8634;</p> <p>Anticlockwise Open Circle Arrow using HTML Entity: &olarr;</p> <p id="point">Anticlockwise Open Circle Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private