HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0296D"; } </style> </head> <body> <p>Right Harpoon With Barb Down Below Long Dash using Hexa Decimal: &#x296D;</p> <p>Right Harpoon With Barb Down Below Long Dash using HTML Code: &#10605;</p> <p>Right Harpoon With Barb Down Below Long Dash using HTML Entity: &lrhard;</p> <p id="point">Right Harpoon With Barb Down Below Long Dash using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private