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

Save as Private