android - How to write multiply character on a label - Obj C & Java -


i need write equations users. among them equations multiply sign, in picture here

so, can me out? i've been doing google research, must have been using wrong keywords search.

how write multiply sign on label in objectivec , java?

i think utf-8 character you're looking for:

string dot = "\u22c5"; 

then add label/textview

edit:
in case need find more utf-8 special characters, resource might you: http://www.fileformat.info/info/unicode/char/search.htm


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -