HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\0290B"; } </style> </head> <body> <p>Down Triple Arrow using Hexa Decimal: &#x290B;</p> <p>Down Triple Arrow using HTML Code: &#10507;</p> <p id="point">Down Triple Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private