| HTML Entity (dec) | 蘃 |
| HTML Entity (hex) | 蘃 |
| UTF-8 (hex) | 0xe89883 / 0xe8 0x98 0x83 (3 bytes) |
| UTF-8 (dec) | 232, 152, 131 (3 bytes) |
| UTF-16-BE (hex) | 0x8603 / 0x86 0x03 (2 bytes) |
| UTF-16-BE (dec) | 134, 3 (2 bytes) |
| UTF-32-BE (hex) | 0x8603 / 0x00 0x00 0x86 0x03 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 134, 3 (4 bytes) |
| C/C++/Java source code | "\u8603" |
| Python source code | "\u8603" |