| HTML Entity (dec) | ܬ |
| HTML Entity (hex) | ܬ |
| UTF-8 (hex) | 0xdcac / 0xdc 0xac (2 bytes) |
| UTF-8 (dec) | 220, 172 (2 bytes) |
| UTF-16-BE (hex) | 0x72c / 0x07 0x2c (2 bytes) |
| UTF-16-BE (dec) | 7, 44 (2 bytes) |
| UTF-32-BE (hex) | 0x72c / 0x00 0x00 0x07 0x2c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 7, 44 (4 bytes) |
| C/C++/Java source code | "\u072c" |
| Python source code | "\u072c" |