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

Save as Private