HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021C1"; } </style> </head> <body> <p>Right Harpoon With Barb Down using Hexa Decimal: &#x21c1;</p> <p>Right Harpoon With Barb Down using HTML Code: &#8641;</p> <p>Right Harpoon With Barb Down using HTML Entity: &rhard;</p> <p id="point">Right Harpoon With Barb Down using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private