I want to display a little currency unit "đ" like this link in TextView. My code:
<string name="dong" formatted="false"><![CDATA[<u><small><font color="#FA6D1D">đ</font></small></u>]]></string>
But the little "đ" is not at the upright. So how can i do? Any comment is preciated. Thank in advance.