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

Save as Private