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

Save as Private