HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0293A"; } </style> </head> <body> <p>Top ARC Anticlockwise Arrow using Hexa Decimal: &#x293A;</p> <p>Top ARC Anticlockwise Arrow using HTML Code: &#10554;</p> <p id="point">Top ARC Anticlockwise Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private