HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0295D"; } </style> </head> <body> <p>Down Harpoon With Barb Right From Bar using Hexa Decimal: &#x295D;</p> <p>Down Harpoon With Barb Right From Bar using HTML Code: &#10589;</p> <p id="point">Down Harpoon With Barb Right From Bar using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private