HTML Entity (dec) | Ъ |
HTML Entity (hex) | Ъ |
UTF-8 (hex) | 0xd0aa / 0xd0 0xaa (2 bytes) |
UTF-8 (dec) | 208, 170 (2 bytes) |
UTF-16-BE (hex) | 0x42a / 0x04 0x2a (2 bytes) |
UTF-16-BE (dec) | 4, 42 (2 bytes) |
UTF-32-BE (hex) | 0x42a / 0x00 0x00 0x04 0x2a (4 bytes) |
UTF-32-BE (dec) | 0, 0, 4, 42 (4 bytes) |
C/C++/Java source code | "\u042a" |
Python source code | "\u042a" |