| HTML Entity (dec) | 婟 | 
| HTML Entity (hex) | 婟 | 
| UTF-8 (hex) | 0xe5a99f / 0xe5 0xa9 0x9f (3 bytes) | 
| UTF-8 (dec) | 229, 169, 159 (3 bytes) | 
| UTF-16-BE (hex) | 0x5a5f / 0x5a 0x5f (2 bytes) | 
| UTF-16-BE (dec) | 90, 95 (2 bytes) | 
| UTF-32-BE (hex) | 0x5a5f / 0x00 0x00 0x5a 0x5f (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 90, 95 (4 bytes) | 
| C/C++/Java source code | "\u5a5f" | 
| Python source code | "\u5a5f" |