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

Save as Private