android - How to write multiply character on a label - Obj C & Java -
i need write equations users. among them equations multiply sign, 
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
Post a Comment