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

Save as Private