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

Save as Private