JAIMIN WORLD

Journey to Knowledge

Archive for the ‘HTML fun code’ Category

Write in the Webpage something Different like È 倭 ࣉ

Posted by jaiminworld on September 10, 2008

How…


1. Creat a .txt file or open Notepad.
2.Copy below Java Script code in notepad.
3.Save the file as test.htm or test.html as U wish.
4.Open the internet browser (e.g. : IE).
5.Open the test.htm or test.html file.


>> CODE :

  1.  

      ࢘

      ұ

      Ê

      Ë

      Ғ

      倭

      ԉ

       

  2. <html>
    <body>
    </body>
    </html>

 


Output :

    ࢘ ұ Ê Ë Ғ 倭 ԉ

 


How…. :

    &#2200; = ࢘

    &#1201; = ұ

    &#202; = Ê

    &#203; = Ë

    &#1170; = Ғ

    &#20525; = 倭

    &#1289; = ԉ

 


Note :

    > U can write any symbol or letter by try so many NUMBERS.
    > Only Some browser supports the javascript.

Posted in HTML fun code | Tagged: , , | Leave a Comment »