Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Try Chr(8634) - is that what you want to achieve?
Try Chr(8634) - is that what you want to achieve?
Perfect, Thanks!
How did you convert the unicode to a number?
I found out, using the html code, thanks!
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) = 👍