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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -