Building Websites Using Chinese Characters

To place Chinese Calligraphy characters into your webpage and you don't have a computer with a built in Chinese utility to do that, here is a way to do it. Web Browsers need to recognize the utf-8 language for Chinese Characters.

Its normal to have this English meta-tag in your HTML "HEAD" section:
meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1

but now you should also add this meta-tag to recognize Chinese Characters
meta http-equiv="Content-Type" content="text/html; charset=utf-8
_____________________________________
NOW, YOUR READY.....

1) Go to this Chinese converter webpage, type your English word and it will give you the Chinese Character
http://usa.mdbg.net/chindict/chindict.php?page=worddict&wdrst=0&wdqb=liv...
[ highlight and right-click the character to COPY just as you would copy anything on your computer ]

2) Go to this page and paste your Chinese character into the INPUT YOUR TEXT field and click the CONVERT button
http://www.pinyin.info/tools/converter/chars2uninumbers.html

It will give you the utf-8 answer like this: & # 2 0 3 2 0 ; & # 2 2 9 0 9 ; <----Ni Hao - Hello

Simply paste this into your code and your done!

And it will look like this: 你好 <----Ni Hao - Hello