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

Save as Private