| HTML Entity (dec) | 獡 | 
| HTML Entity (hex) | 獡 | 
| UTF-8 (hex) | 0xe78da1 / 0xe7 0x8d 0xa1 (3 bytes) | 
| UTF-8 (dec) | 231, 141, 161 (3 bytes) | 
| UTF-16-BE (hex) | 0x7361 / 0x73 0x61 (2 bytes) | 
| UTF-16-BE (dec) | 115, 97 (2 bytes) | 
| UTF-32-BE (hex) | 0x7361 / 0x00 0x00 0x73 0x61 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 115, 97 (4 bytes) | 
| C/C++/Java source code | "\u7361" | 
| Python source code | "\u7361" |