How can I find out at runtime if a unicode character is printable in Android?
For instance, I have the unicode character \u2249
, which I display in a textview, but it shows as an empty string.
I would like to test whether I can display it, and if I can't, swap it with an alternate value.