HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021D6"; } </style> </head> <body> <p>North West Double Arrow using Hexa Decimal: &#x21d6;</p> <p>North West Double Arrow using HTML Code: &#8662;</p> <p>North West Double Arrow using HTML Entity: &nwArr;</p> <p id="point">North West Double Arrow using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private