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

Save as Private