| HTML Entity (dec) | 槼 | 
| HTML Entity (hex) | 槼 | 
| UTF-8 (hex) | 0xe6a7bc / 0xe6 0xa7 0xbc (3 bytes) | 
| UTF-8 (dec) | 230, 167, 188 (3 bytes) | 
| UTF-16-BE (hex) | 0x69fc / 0x69 0xfc (2 bytes) | 
| UTF-16-BE (dec) | 105, 252 (2 bytes) | 
| UTF-32-BE (hex) | 0x69fc / 0x00 0x00 0x69 0xfc (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 105, 252 (4 bytes) | 
| C/C++/Java source code | "\u69fc" | 
| Python source code | "\u69fc" |