| HTML Entity (dec) | 퓷 |
| HTML Entity (hex) | 퓷 |
| UTF-8 (hex) | 0xed93b7 / 0xed 0x93 0xb7 (3 bytes) |
| UTF-8 (dec) | 237, 147, 183 (3 bytes) |
| UTF-16-BE (hex) | 0xd4f7 / 0xd4 0xf7 (2 bytes) |
| UTF-16-BE (dec) | 212, 247 (2 bytes) |
| UTF-32-BE (hex) | 0xd4f7 / 0x00 0x00 0xd4 0xf7 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 212, 247 (4 bytes) |
| C/C++/Java source code | "\ud4f7" |
| Python source code | "\ud4f7" |