| HTML Entity (dec) | 芕 | 
| HTML Entity (hex) | 芕 | 
| UTF-8 (hex) | 0xe88a95 / 0xe8 0x8a 0x95 (3 bytes) | 
| UTF-8 (dec) | 232, 138, 149 (3 bytes) | 
| UTF-16-BE (hex) | 0x8295 / 0x82 0x95 (2 bytes) | 
| UTF-16-BE (dec) | 130, 149 (2 bytes) | 
| UTF-32-BE (hex) | 0x8295 / 0x00 0x00 0x82 0x95 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 130, 149 (4 bytes) | 
| C/C++/Java source code | "\u8295" | 
| Python source code | "\u8295" |