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

Save as Private