HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0294B"; } </style> </head> <body> <p>Left Barb Down Right Barb Up Harpoon using Hexa Decimal: &#x294B;</p> <p>Left Barb Down Right Barb Up Harpoon using HTML Code: &#10571;</p> <p>Left Barb Down Right Barb Up Harpoon using HTML Entity: &ldrushar;</p> <p id="point">Left Barb Down Right Barb Up Harpoon using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private