HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0293F"; } </style> </head> <body> <p>Lower Left SemiCircular AntiClockWise Arrow using Hexa Decimal: &#x293F;</p> <p>Lower Left SemiCircular AntiClockWise Arrow using HTML Code: &#10559;</p> <p id="point">Lower Left SemiCircular AntiClockWise Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private