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

Save as Private