Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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.