android - write number inside ayah end arabic unicode symbol -
i'm working on android application , i'm trying write arabic number inside arabic end of ayah symbol () textview. i've tried write end of ayah symbol arabic number without space didn't work. i'm using uthmani font.
i want display picture:
this part of code
numberformat nf = numberformat.getinstance(locale.forlanguagetag("ar")); temp+=" "+"\u06dd"+string.valueof(nf.format(count))+" ";
"\u06dd" encoding of () in java.
the result became this:
you can use font named me_quran these unicodes u+fd3e + numbers + u+fd3f
﴿ ornate right parenthesis unicode: u+fd3f, utf-8: ef b4 bf ﴾ ornate left parenthesis unicode: u+fd3e, utf-8: ef b4
Comments
Post a Comment