Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 Windows | Alt +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 code | u"\u0394" |
Hi,
Use the chr() function. In your case chr(916).
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
Thanks!
and you could find all letters codification here:
http://www.fileformat.info/info/charset/UTF-32/list.htm
for exemple, delta greek character: