HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021CC"; } </style> </head> <body> <p>Right Harpoon Over Left Harpoon using Hexa Decimal: &#x21cc;</p> <p>Right Harpoon Over Left Harpoon using HTML Code: &#8652;</p> <p>Right Harpoon Over Left Harpoon using HTML Entity: &rlhar;</p> <p id="point">Right Harpoon Over Left Harpoon using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private