| HTML Entity (dec) | ъ |
| HTML Entity (hex) | ъ |
| UTF-8 (hex) | 0xd18a / 0xd1 0x8a (2 bytes) |
| UTF-8 (dec) | 209, 138 (2 bytes) |
| UTF-16-BE (hex) | 0x44a / 0x04 0x4a (2 bytes) |
| UTF-16-BE (dec) | 4, 74 (2 bytes) |
| UTF-32-BE (hex) | 0x44a / 0x00 0x00 0x04 0x4a (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 4, 74 (4 bytes) |
| C/C++/Java source code | "\u044a" |
| Python source code | "\u044a" |