| HTML Entity (dec) | 藅 |
| HTML Entity (hex) | 藅 |
| UTF-8 (hex) | 0xe89785 / 0xe8 0x97 0x85 (3 bytes) |
| UTF-8 (dec) | 232, 151, 133 (3 bytes) |
| UTF-16-BE (hex) | 0x85c5 / 0x85 0xc5 (2 bytes) |
| UTF-16-BE (dec) | 133, 197 (2 bytes) |
| UTF-32-BE (hex) | 0x85c5 / 0x00 0x00 0x85 0xc5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 133, 197 (4 bytes) |
| C/C++/Java source code | "\u85c5" |
| Python source code | "\u85c5" |