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

Save as Private