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

Save as Private