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

Save as Private