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

Save as Private