| HTML Entity (dec) | 玏 | 
| HTML Entity (hex) | 玏 | 
| UTF-8 (hex) | 0xe78e8f / 0xe7 0x8e 0x8f (3 bytes) | 
| UTF-8 (dec) | 231, 142, 143 (3 bytes) | 
| UTF-16-BE (hex) | 0x738f / 0x73 0x8f (2 bytes) | 
| UTF-16-BE (dec) | 115, 143 (2 bytes) | 
| UTF-32-BE (hex) | 0x738f / 0x00 0x00 0x73 0x8f (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 115, 143 (4 bytes) | 
| C/C++/Java source code | "\u738f" | 
| Python source code | "\u738f" |