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

Save as Private