java - What characters are available on Android? -


I would like to display some special Unicode characters in my Android app. These characters are not listed on droidfonts.com, but they are displayed correctly on the emulator and on my phone, but want to ensure that all Android platforms will support them. Is this a document somewhere? Thanks!

Edit

I'm looking like a method.

Android support Unicode is completely, but to display your character, Unicode font needs I Droid Sans font , from the Android Framework, Unicode characters. But if you are going to use the Unicode 6.0 new glyph (like a new Indian version), then you have to use the font supporting it.

This article can help you:.

In addition to this you can see it for more information:

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -