| HTML Entity (dec) | 笮 | 
| HTML Entity (hex) | 笮 | 
| UTF-8 (hex) | 0xe7acae / 0xe7 0xac 0xae (3 bytes) | 
| UTF-8 (dec) | 231, 172, 174 (3 bytes) | 
| UTF-16-BE (hex) | 0x7b2e / 0x7b 0x2e (2 bytes) | 
| UTF-16-BE (dec) | 123, 46 (2 bytes) | 
| UTF-32-BE (hex) | 0x7b2e / 0x00 0x00 0x7b 0x2e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 123, 46 (4 bytes) | 
| C/C++/Java source code | "\u7b2e" | 
| Python source code | "\u7b2e" |