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

Save as Private