| HTML Entity (dec) | 籩 | 
| HTML Entity (hex) | 籩 | 
| UTF-8 (hex) | 0xe7b1a9 / 0xe7 0xb1 0xa9 (3 bytes) | 
| UTF-8 (dec) | 231, 177, 169 (3 bytes) | 
| UTF-16-BE (hex) | 0x7c69 / 0x7c 0x69 (2 bytes) | 
| UTF-16-BE (dec) | 124, 105 (2 bytes) | 
| UTF-32-BE (hex) | 0x7c69 / 0x00 0x00 0x7c 0x69 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 124, 105 (4 bytes) | 
| C/C++/Java source code | "\u7c69" | 
| Python source code | "\u7c69" |