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

Save as Private