HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\027BA"; } </style> </head> <body> <p>Teardrop Barbed Right Arrow using Hexa Decimal: &#x27BA;</p> <p>Teardrop Barbed Right Arrow using HTML Code: &#10170;</p> <p id="point">Teardrop Barbed Right Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private