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

Save as Private