Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
vidyasagar159
Creator II
Creator II

Qlik Sense Super Script 1 to 10 Chr() Functions?

Hi,

Can someone please help me with Qlik Super Script Chr() 1 to 10 Numbers?

I was able to find the Chr() for 1, 2 & 3. But rest I couldn't.  

chr(185) = 1

chr(178) = 2

chr(179) = 3

chr(?)  = 4

chr(?) = 5

Labels (1)
1 Solution

Accepted Solutions
Or
MVP
MVP

This has nothing to do with Qlik - you're looking for Unicode values...

https://en.wiktionary.org/wiki/Appendix:Unicode/Superscripts_and_Subscripts

Looks like it's 8304 through 8313

View solution in original post

2 Replies
Or
MVP
MVP

This has nothing to do with Qlik - you're looking for Unicode values...

https://en.wiktionary.org/wiki/Appendix:Unicode/Superscripts_and_Subscripts

Looks like it's 8304 through 8313

vidyasagar159
Creator II
Creator II
Author

Thanks for your response. Its very helpful.