| HTML Entity (dec) | 腣 |
| HTML Entity (hex) | 腣 |
| UTF-8 (hex) | 0xe885a3 / 0xe8 0x85 0xa3 (3 bytes) |
| UTF-8 (dec) | 232, 133, 163 (3 bytes) |
| UTF-16-BE (hex) | 0x8163 / 0x81 0x63 (2 bytes) |
| UTF-16-BE (dec) | 129, 99 (2 bytes) |
| UTF-32-BE (hex) | 0x8163 / 0x00 0x00 0x81 0x63 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 129, 99 (4 bytes) |
| C/C++/Java source code | "\u8163" |
| Python source code | "\u8163" |