| HTML Entity (dec) | 庭 | 
| HTML Entity (hex) | 庭 | 
| UTF-8 (hex) | 0xe5baad / 0xe5 0xba 0xad (3 bytes) | 
| UTF-8 (dec) | 229, 186, 173 (3 bytes) | 
| UTF-16-BE (hex) | 0x5ead / 0x5e 0xad (2 bytes) | 
| UTF-16-BE (dec) | 94, 173 (2 bytes) | 
| UTF-32-BE (hex) | 0x5ead / 0x00 0x00 0x5e 0xad (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 94, 173 (4 bytes) | 
| C/C++/Java source code | "\u5ead" | 
| Python source code | "\u5ead" |