| HTML Entity (dec) | Ꮂ |
| HTML Entity (hex) | Ꮂ |
| UTF-8 (hex) | 0xe18eb2 / 0xe1 0x8e 0xb2 (3 bytes) |
| UTF-8 (dec) | 225, 142, 178 (3 bytes) |
| UTF-16-BE (hex) | 0x13b2 / 0x13 0xb2 (2 bytes) |
| UTF-16-BE (dec) | 19, 178 (2 bytes) |
| UTF-32-BE (hex) | 0x13b2 / 0x00 0x00 0x13 0xb2 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 19, 178 (4 bytes) |
| C/C++/Java source code | "\u13b2" |
| Python source code | "\u13b2" |