Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unicode and fonts

Tags:

unicode

fonts

This is something that I don't see much discussed. I'm developing a software that will support multilingualism, thus, I would need to use Unicode compatible fonts, right? Where could I possibly find such fonts and how would I know for sure they support Chinese, Korean, Japanese, whatever there exist?

It's a shame you can't use beautiful fonts found in the Internet, because most of them support ASCII only.

like image 822
Tower Avatar asked Nov 24 '25 08:11

Tower


2 Answers

Just to make sure: do not expect to find a font that supports Chinese Traditional, Chinese Simplified, and Japanese.

There are glyph differences for the same Unicode code points, so a native user will immediately spot that you are not using the proper font for their language.

For a web application it is probably best to give a list of fonts, and in the list you need a typical Windows font, a typical Mac font, and a generic one (like "serif").

Tagging the html page (or the paragraph) with the proper lang tag will help some (smarter) browsers to select the right font if the specific ones are not installed.

like image 115
Mihai Nita Avatar answered Nov 27 '25 07:11

Mihai Nita


From my unicode/font bookmark collection

http://en.wikipedia.org/wiki/Category:Free_software_Unicode_typefaces

http://en.wikipedia.org/wiki/Unicode_typefaces

http://unifoundry.com/unifont.html

http://www.fileformat.info/info/unicode/font/index.htm

http://www.alanwood.net/unicode/fontsbyrange.html

http://www.alanwood.net/unicode/fonts.html

http://www.unifont.org/fontguide/

http://www.wazu.jp/index.html

like image 35
devio Avatar answered Nov 27 '25 07:11

devio



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!