So my end goal is to have a minus-plus symbol show up in a webview field on an android application.
Right now i'm using some very light javascript files at http://mathscribe.com/author/jqmath.html to display my math equations. There doesn't seem to be any special code to display the minus-plus character. They simply say to save your file in UTF-8 and I think you're supposed to copy a minus-plus character directly into the file (also note I can copy a plus-minus character into the file without any problems).
When I copy-paste the minus-plus character into eclipse, it sometimes displays correctly while other times can't display (will show a box with a question mark in it). Strangely this can happen in the same file. I put the character in one place in the file it will display, while at another place it will not display. When I run the program as an android application and view it on the android virtual machine, the character will not display either way. The android virtual machine is running Android 4.4 API - 19. I can't quite tell what the browser version is.
So, I'm wondering if there is anyway to display this character for the majority of android users. I don't understand encodings fully but isn't the minus plus character part of utf 8? I discovered its unicode value is 2213. Doesn't this mean I should be able to display it in my UTF-8 file in eclipse and shouldn't it show up in the android webview? Thanks,
-Teneth