HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02936"; } </style> </head> <body> <p>Arrow Pointing Down Then Curving Left using Hexa Decimal: &#x2936;</p> <p>Arrow Pointing Down Then Curving Left using HTML Code: &#10550;</p> <p>Arrow Pointing Down Then Curving Left using HTML Entity: &ldca;</p> <p id="point">Arrow Pointing Down Then Curving Left using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private