Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can I add greek letter to my graph legend?

How can I add delta to my graph legend?

GREEK CAPITAL LETTER DELTA
HTML Entity (decimal)Δ
HTML Entity (hex)Δ
HTML Entity (named)Δ
How to type in Microsoft WindowsAlt +0394
UTF-8 (hex)0xCE 0x94 (ce94)
UTF-8 (binary)11001110:10010100
UTF-16 (hex)0x0394 (0394)
UTF-16 (decimal)916
UTF-32 (hex)0x00000394 (0394)
UTF-32 (decimal)916
C/C++/Java source code"\u0394"
Python source codeu"\u0394"
1 Solution

Accepted Solutions
mvanlutterveld
Partner - Creator II
Partner - Creator II

Hi,

Use the chr() function. In your case chr(916).

View solution in original post

4 Replies
mvanlutterveld
Partner - Creator II
Partner - Creator II

Hi,

Use the chr() function. In your case chr(916).

Not applicable
Author

Hi

you can use the below function to fix up your issue. you need to identify that which one you took a s Char value.

can you please send me for live details from you projects

chr() function

Not applicable
Author

Thanks!

gadratjulien
Partner - Contributor II
Partner - Contributor II

and you could find all letters codification here:

http://www.fileformat.info/info/charset/UTF-32/list.htm

for exemple, delta greek character:

Unicode Character 'GREEK CAPITAL LETTER DELTA' (U+0394)