| HTML Entity (dec) | 퍅 |
| HTML Entity (hex) | 퍅 |
| UTF-8 (hex) | 0xed8d85 / 0xed 0x8d 0x85 (3 bytes) |
| UTF-8 (dec) | 237, 141, 133 (3 bytes) |
| UTF-16-BE (hex) | 0xd345 / 0xd3 0x45 (2 bytes) |
| UTF-16-BE (dec) | 211, 69 (2 bytes) |
| UTF-32-BE (hex) | 0xd345 / 0x00 0x00 0xd3 0x45 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 211, 69 (4 bytes) |
| C/C++/Java source code | "\ud345" |
| Python source code | "\ud345" |