HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\027A5"; } </style> </head> <body> <p>Heavy Black Curved Down and Right Arrow using Hexa Decimal: &#x27A5;</p> <p>Heavy Black Curved Down and Right Arrow using HTML Code: &#10149;</p> <p id="point">Heavy Black Curved Down and Right Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private