HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0296C"; } </style> </head> <body> <p>Right Harpoon With Barb Up Above Long Dash using Hexa Decimal: &#x296C;</p> <p>Right Harpoon With Barb Up Above Long Dash using HTML Code: &#10604;</p> <p>Right Harpoon With Barb Up Above Long Dash using HTML Entity: &rharul;</p> <p id="point">Right Harpoon With Barb Up Above Long Dash using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private