HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0294D"; } </style> </head> <body> <p>Up Barb Left Down Right Harpoon using Hexa Decimal: &#x294D;</p> <p>Up Barb Left Down Right Harpoon using HTML Code: &#10573;</p> <p id="point">Up Barb Left Down Right Harpoon using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private