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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
TomBond77
Specialist
Specialist

Unicode in text box

Hi experts

I have a text in a text box:

<10% from budget

I would like to add the unicode (U+1F534), a red circle, to this information.

How does it work?

Thanks, Tom

Labels (5)
1 Solution

Accepted Solutions
Or
MVP
MVP

You can copy the character into the text object directly, or you can add it using chr(), in this case - chr(128308)

View solution in original post

4 Replies
Or
MVP
MVP

You can copy the character into the text object directly, or you can add it using chr(), in this case - chr(128308)

TomBond77
Specialist
Specialist
Author

Thanks

It is not working....

 

TomBond77_0-1676375674564.png

 

TomBond77
Specialist
Specialist
Author

solved it, must be coded in the measure area of the text box:

TomBond77_0-1676383120810.png

 

N30fyte
Creator
Creator

Or with the hex:

 

chr(num(num#('1F534','(HEX)')))