| HTML Entity (dec) | Ҵ |
| HTML Entity (hex) | Ҵ |
| UTF-8 (hex) | 0xd2b4 / 0xd2 0xb4 (2 bytes) |
| UTF-8 (dec) | 210, 180 (2 bytes) |
| UTF-16-BE (hex) | 0x4b4 / 0x04 0xb4 (2 bytes) |
| UTF-16-BE (dec) | 4, 180 (2 bytes) |
| UTF-32-BE (hex) | 0x4b4 / 0x00 0x00 0x04 0xb4 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 4, 180 (4 bytes) |
| C/C++/Java source code | "\u04b4" |
| Python source code | "\u04b4" |