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

Save as Private