| HTML Entity (dec) | 蕿 |
| HTML Entity (hex) | 蕿 |
| UTF-8 (hex) | 0xe895bf / 0xe8 0x95 0xbf (3 bytes) |
| UTF-8 (dec) | 232, 149, 191 (3 bytes) |
| UTF-16-BE (hex) | 0x857f / 0x85 0x7f (2 bytes) |
| UTF-16-BE (dec) | 133, 127 (2 bytes) |
| UTF-32-BE (hex) | 0x857f / 0x00 0x00 0x85 0x7f (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 133, 127 (4 bytes) |
| C/C++/Java source code | "\u857f" |
| Python source code | "\u857f" |