| HTML Entity (dec) | 䇕 |
| HTML Entity (hex) | 䇕 |
| UTF-8 (hex) | 0xe48795 / 0xe4 0x87 0x95 (3 bytes) |
| UTF-8 (dec) | 228, 135, 149 (3 bytes) |
| UTF-16-BE (hex) | 0x41d5 / 0x41 0xd5 (2 bytes) |
| UTF-16-BE (dec) | 65, 213 (2 bytes) |
| UTF-32-BE (hex) | 0x41d5 / 0x00 0x00 0x41 0xd5 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 65, 213 (4 bytes) |
| C/C++/Java source code | "\u41d5" |
| Python source code | "\u41d5" |