I need to display s.th. like 10ˣ
on a android button or textview.
So I added it to the strings.xml
:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="a10x">10ˣ</string>
</resources>
the problem is, then I start the app I just see the 10 and the x is missing.
How to fix this?