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

Save as Private