| HTML Entity (dec) | ﴨ |
| HTML Entity (hex) | ﴨ |
| UTF-8 (hex) | 0xefb4a8 / 0xef 0xb4 0xa8 (3 bytes) |
| UTF-8 (dec) | 239, 180, 168 (3 bytes) |
| UTF-16-BE (hex) | 0xfd28 / 0xfd 0x28 (2 bytes) |
| UTF-16-BE (dec) | 253, 40 (2 bytes) |
| UTF-32-BE (hex) | 0xfd28 / 0x00 0x00 0xfd 0x28 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 253, 40 (4 bytes) |
| C/C++/Java source code | "\ufd28" |
| Python source code | "\ufd28" |