| HTML Entity (dec) | 䮷 |
| HTML Entity (hex) | 䮷 |
| UTF-8 (hex) | 0xe4aeb7 / 0xe4 0xae 0xb7 (3 bytes) |
| UTF-8 (dec) | 228, 174, 183 (3 bytes) |
| UTF-16-BE (hex) | 0x4bb7 / 0x4b 0xb7 (2 bytes) |
| UTF-16-BE (dec) | 75, 183 (2 bytes) |
| UTF-32-BE (hex) | 0x4bb7 / 0x00 0x00 0x4b 0xb7 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 75, 183 (4 bytes) |
| C/C++/Java source code | "\u4bb7" |
| Python source code | "\u4bb7" |