HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021C2"; } </style> </head> <body> <p>Down Harpoon With Barb Right using Hexa Decimal: &#x21c2;</p> <p>Down Harpoon With Barb Right using HTML Code: &#8642;</p> <p>Down Harpoon With Barb Right using HTML Entity: &dharr;</p> <p id="point">Down Harpoon With Barb Right using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private