HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021BF"; } </style> </head> <body> <p>Up Harpoon With Barb Left using Hexa Decimal: &#x21bf;</p> <p>Up Harpoon With Barb Left using HTML Code: &#8639;</p> <p>Up Harpoon With Barb Left using HTML Entity: &uharl;</p> <p id="point">Up Harpoon With Barb Left using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private