HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\027F2"; } </style> </head> <body> <p>Anticlockwise Gapped Circle Arrow using Hexa Decimal: &#x27F2;</p> <p>Anticlockwise Gapped Circle Arrow using HTML Code: &#10226;</p> <p id="point">Anticlockwise Gapped Circle Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private