I have the following String RM123.456. I would like to
the best suitable solution is go with html.
i will prefer for this solutions,it supports in all android version as well devices.
here is example take it same as you want text
TM 123.456.
i am getting result in android
TM 123.456.
you can easily display text in Textview in android with
Html.fromText("YOUR_STRING_INHTML");
Hope it helps.