C
(click to copy)
Char | C |
Unicode name | LATIN CAPITAL LETTER C |
Unicode group | Basic Latin |
Unicode Code Point | U+43 |
to Lowercase | c |
HTML Entity (decimal) | C |
HTML Entity (hex) | C |
How to type in Microsoft Windows | Alt + 67 |
How to type in Microsoft Office | write 43 then press Alt + X |
How to type in Microsoft Office | write U+43 then press Alt + X |
How to type in Apple Mac | Hold Alt, type 4 3 then release |
How to type in Apple Mac | Hold Option, type 4 3 then release |
UTF-8 (hex) | 0x43 |
UTF-8 (octal) | 103 |
UTF-8 (binary) | 01000011 |
UTF-16 (hex) | 0x0043 |
UTF-16 (decimal) | 67 |
UTF-32 (hex) | 0x00000043 |
UTF-32 (decimal) | 67 |
How to display in C/C++/Java | "\u43" |
How to type in Python | u"\u43" |