Search code examples
htmlsymbols

Swastika Symbol in HTML


This is just simple question, I've searched it in google, and found nothing about how to simply write swastika symbol using HTML. Anyone here can help me how or the reference sites? Thanks.


Solution

  • <html>
       <body>
          	&#21325;
       </body>
    </html>