| HTML Entity (dec) | 聻 | 
| HTML Entity (hex) | 聻 | 
| UTF-8 (hex) | 0xe881bb / 0xe8 0x81 0xbb (3 bytes) | 
| UTF-8 (dec) | 232, 129, 187 (3 bytes) | 
| UTF-16-BE (hex) | 0x807b / 0x80 0x7b (2 bytes) | 
| UTF-16-BE (dec) | 128, 123 (2 bytes) | 
| UTF-32-BE (hex) | 0x807b / 0x00 0x00 0x80 0x7b (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 128, 123 (4 bytes) | 
| C/C++/Java source code | "\u807b" | 
| Python source code | "\u807b" |