| HTML Entity (dec) | 枃 | 
| HTML Entity (hex) | 枃 | 
| UTF-8 (hex) | 0xe69e83 / 0xe6 0x9e 0x83 (3 bytes) | 
| UTF-8 (dec) | 230, 158, 131 (3 bytes) | 
| UTF-16-BE (hex) | 0x6783 / 0x67 0x83 (2 bytes) | 
| UTF-16-BE (dec) | 103, 131 (2 bytes) | 
| UTF-32-BE (hex) | 0x6783 / 0x00 0x00 0x67 0x83 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 103, 131 (4 bytes) | 
| C/C++/Java source code | "\u6783" | 
| Python source code | "\u6783" |