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

Save as Private