| HTML Entity (dec) | к |
| HTML Entity (hex) | к |
| UTF-8 (hex) | 0xd0ba / 0xd0 0xba (2 bytes) |
| UTF-8 (dec) | 208, 186 (2 bytes) |
| UTF-16-BE (hex) | 0x43a / 0x04 0x3a (2 bytes) |
| UTF-16-BE (dec) | 4, 58 (2 bytes) |
| UTF-32-BE (hex) | 0x43a / 0x00 0x00 0x04 0x3a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 4, 58 (4 bytes) |
| C/C++/Java source code | "\u043a" |
| Python source code | "\u043a" |