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

Save as Private