Hello Guys,
I am trying to print Unicode Male Sign on Android, when I print it on
Android, it looks different from the original sign. The original sign seems
to be little bit tilted like it is 2 o'clock but in android it is coming
straight and looking like it is 12 o'clock.

Unicode value for MALE sign is '\u2642'.

And to print on screen I tried few of different options...
(TextView).setText(MALE)
(TextView).setText(Html.fromHtml(MALE))

And I tried to print as given in sample UnicodeChart, that too din't helped

Anyone have some clue, what I am doing wrong.

Thanks

Regards
Gopal

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to