Click to See Complete Forum and Search --> : list of Chinese characters


r0k3t
12-09-2008, 11:51 AM
Hi there, I am searching for a list of Chinese characters to their unicode representations. i.e 中 = whatever character...

Anyone know where I might find this?

Thanks
ken

Declan1991
12-09-2008, 12:06 PM
Well presuming that you have a way of inputting Chinese characters, you could use Unicode maker (http://weber.ucsd.edu/~dkjordan/resources/unicodemaker.html), but as far as I know, for Chinese websites these aren't used, and just a font is typed into the web page. Firefox certainly seems to support Chinese fonts out of the box, and I think it's the same for IE.

r0k3t
12-09-2008, 02:43 PM
I have some sample / old documents that where done like this

<span lang="ZH-CN" style="font-size: 10.0pt; font-family: SimSun">
场规模
</span>

Any one seen anything link this before?

Charles
12-09-2008, 03:01 PM
http://www.unicode.org/charts/

r0k3t
12-09-2008, 03:36 PM
I looked at that - turns out the sample code is actually in XML character encoding - I don't know why they did it that way however it works OK and that is fine with me as long as I know what I am working with.

Thanks