| HTML Entity (dec) | 槥 | 
| HTML Entity (hex) | 槥 | 
| UTF-8 (hex) | 0xe6a7a5 / 0xe6 0xa7 0xa5 (3 bytes) | 
| UTF-8 (dec) | 230, 167, 165 (3 bytes) | 
| UTF-16-BE (hex) | 0x69e5 / 0x69 0xe5 (2 bytes) | 
| UTF-16-BE (dec) | 105, 229 (2 bytes) | 
| UTF-32-BE (hex) | 0x69e5 / 0x00 0x00 0x69 0xe5 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 105, 229 (4 bytes) | 
| C/C++/Java source code | "\u69e5" | 
| Python source code | "\u69e5" |