| HTML Entity (dec) | 玿 | 
| HTML Entity (hex) | 玿 | 
| UTF-8 (hex) | 0xe78ebf / 0xe7 0x8e 0xbf (3 bytes) | 
| UTF-8 (dec) | 231, 142, 191 (3 bytes) | 
| UTF-16-BE (hex) | 0x73bf / 0x73 0xbf (2 bytes) | 
| UTF-16-BE (dec) | 115, 191 (2 bytes) | 
| UTF-32-BE (hex) | 0x73bf / 0x00 0x00 0x73 0xbf (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 115, 191 (4 bytes) | 
| C/C++/Java source code | "\u73bf" | 
| Python source code | "\u73bf" |