sql - Superscript greater than three does not work. Only one two and three available -


i'm querying database , trying superscripts. first 3 work fine, others don't though. valid superscript characters on three?

1: nchar(185)
2:nchar(178)
3:nchar(179)
4: nchar(8308)
5:nchar(8309)
6:nchar(8310)
7:nchar(8311)
8:nchar(8312)
9:nchar(8313)

simply search web characters named suerscript four, etc.

you find pages such this, superscript 4:

http://www.fileformat.info/info/unicode/char/2074/index.htm

the characters have seem @ correct decimal codepoints; perhaps issue fonts. you'll have find fonts support these characters.

also check character encoding of database utf-8 , not, say, latin-1.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -