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

Save as Private