| HTML Entity (dec) | 宱 | 
| HTML Entity (hex) | 宱 | 
| UTF-8 (hex) | 0xe5aeb1 / 0xe5 0xae 0xb1 (3 bytes) | 
| UTF-8 (dec) | 229, 174, 177 (3 bytes) | 
| UTF-16-BE (hex) | 0x5bb1 / 0x5b 0xb1 (2 bytes) | 
| UTF-16-BE (dec) | 91, 177 (2 bytes) | 
| UTF-32-BE (hex) | 0x5bb1 / 0x00 0x00 0x5b 0xb1 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 91, 177 (4 bytes) | 
| C/C++/Java source code | "\u5bb1" | 
| Python source code | "\u5bb1" |