HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> #point:after{ content:"\021B8"; } </style> </head> <body> <p>North West Arrow To Long Bar using Hexa Decimal: &#x21b8;</p> <p>North West Arrow To Long Bar using HTML Code: &#8632;</p> <p id="point">North West Arrow To Long Bar using CSS Entity: </p> </body> </html>
OUTPUT
×

Save as Private