| HTML Entity (dec) | ܫ |
| HTML Entity (hex) | ܫ |
| UTF-8 (hex) | 0xdcab / 0xdc 0xab (2 bytes) |
| UTF-8 (dec) | 220, 171 (2 bytes) |
| UTF-16-BE (hex) | 0x72b / 0x07 0x2b (2 bytes) |
| UTF-16-BE (dec) | 7, 43 (2 bytes) |
| UTF-32-BE (hex) | 0x72b / 0x00 0x00 0x07 0x2b (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 7, 43 (4 bytes) |
| C/C++/Java source code | "\u072b" |
| Python source code | "\u072b" |