简体   繁体   中英

Android/Java: Incorporating a specific Unicode character in app

I'm putting together an android app which contains the following symbols:

"ɛ" and "ɔ"

and would like them to display correctly in my app. I'm not sure if android supports these symbols and several search hasn't proved useful either.

If they are supported where can I find them or if you could help me with their respective codes.

The app is text-heavy and spans across several activities so I'm pretty sure using images is not the optimal solution here.

Thanks in advance

I look at quite a bit of language text from Cote d'Ivoire, which uses ɛ and ɔ extensively. They show up in most apps using standard Android fonts, but not their equivalent uppercase versions Ɛ (\Ɛ) and Ɔ (\Ɔ). It is an open issue in the Android issue tracker https://code.google.com/p/android/issues/detail?id=53217

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM