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

Save as Private