HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\02954"; } </style> </head> <body> <p>Up Harpoon With Barb Right To Bar using Hexa Decimal: &#x2954;</p> <p>Up Harpoon With Barb Right To Bar using HTML Code: &#10580;</p> <p id="point">Up Harpoon With Barb Right To Bar using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private