can anybody help me in getting the Rupee currency symbol font in textview through keyboard.
Try this <string name="Rs">\u20B9</string> it may be what you are looking for or
As alternative try adding this
<string name="rs">\u20A8</string>
in strings.xml and then use onKeyListener or whatever suits you to use rs string.
This will produce a symbol like 
This is not characters written like Rs it is equivalent of \u20A8.
Hope it helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With