| HTML Entity (dec) | 詇 |
| HTML Entity (hex) | 詇 |
| UTF-8 (hex) | 0xe8a987 / 0xe8 0xa9 0x87 (3 bytes) |
| UTF-8 (dec) | 232, 169, 135 (3 bytes) |
| UTF-16-BE (hex) | 0x8a47 / 0x8a 0x47 (2 bytes) |
| UTF-16-BE (dec) | 138, 71 (2 bytes) |
| UTF-32-BE (hex) | 0x8a47 / 0x00 0x00 0x8a 0x47 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 138, 71 (4 bytes) |
| C/C++/Java source code | "\u8a47" |
| Python source code | "\u8a47" |