| HTML Entity (dec) | 臀 | 
| HTML Entity (hex) | 臀 | 
| UTF-8 (hex) | 0xe88780 / 0xe8 0x87 0x80 (3 bytes) | 
| UTF-8 (dec) | 232, 135, 128 (3 bytes) | 
| UTF-16-BE (hex) | 0x81c0 / 0x81 0xc0 (2 bytes) | 
| UTF-16-BE (dec) | 129, 192 (2 bytes) | 
| UTF-32-BE (hex) | 0x81c0 / 0x00 0x00 0x81 0xc0 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 129, 192 (4 bytes) | 
| C/C++/Java source code | "\u81c0" | 
| Python source code | "\u81c0" |