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

Save as Private