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: 
Not applicable

Unicode character in textbox

Hello,

I'm trying to write a Unicode character (Unicode number: U+21BA) in a Text box

=chr(Num#('U+21BA', '(HEX)'))

I know the format code is not in 'HEX', what should I use?

Thanks in advance,

Francisco.

1 Solution

Accepted Solutions
simondachstr
Specialist III
Specialist III

Try Chr(8634) - is that what you want to achieve?

View solution in original post

4 Replies
simondachstr
Specialist III
Specialist III

Try Chr(8634) - is that what you want to achieve?

Not applicable
Author

Perfect, Thanks!

How did you convert the unicode to a number?

Not applicable
Author

I found out, using the html code, thanks!

naberdaan
Partner - Contributor
Partner - Contributor

While seaching for the same thing, I found two websites that were very usefull to me. The first one might help you find the character/emoij you are looking for. The second will help you convert the Unicode to a number that you van use in Qlik.

1. https://emojipedia.org
2. https://r12a.github.io/app-conversion

Just paste the Unicode in the green area and press convert. You need part (numbers only) of the result shown in Decimal NCRs. E.g.

Unicode: U+1F44D
Decimal NCRs: 👍
Chr(128077) = 👍