| HTML Entity (dec) | 趌 |
| HTML Entity (hex) | 趌 |
| UTF-8 (hex) | 0xe8b68c / 0xe8 0xb6 0x8c (3 bytes) |
| UTF-8 (dec) | 232, 182, 140 (3 bytes) |
| UTF-16-BE (hex) | 0x8d8c / 0x8d 0x8c (2 bytes) |
| UTF-16-BE (dec) | 141, 140 (2 bytes) |
| UTF-32-BE (hex) | 0x8d8c / 0x00 0x00 0x8d 0x8c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 141, 140 (4 bytes) |
| C/C++/Java source code | "\u8d8c" |
| Python source code | "\u8d8c" |