| HTML Entity (dec) | 槬 | 
| HTML Entity (hex) | 槬 | 
| UTF-8 (hex) | 0xe6a7ac / 0xe6 0xa7 0xac (3 bytes) | 
| UTF-8 (dec) | 230, 167, 172 (3 bytes) | 
| UTF-16-BE (hex) | 0x69ec / 0x69 0xec (2 bytes) | 
| UTF-16-BE (dec) | 105, 236 (2 bytes) | 
| UTF-32-BE (hex) | 0x69ec / 0x00 0x00 0x69 0xec (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 105, 236 (4 bytes) | 
| C/C++/Java source code | "\u69ec" | 
| Python source code | "\u69ec" |