| HTML Entity (dec) | ﴏ |
| HTML Entity (hex) | ﴏ |
| UTF-8 (hex) | 0xefb48f / 0xef 0xb4 0x8f (3 bytes) |
| UTF-8 (dec) | 239, 180, 143 (3 bytes) |
| UTF-16-BE (hex) | 0xfd0f / 0xfd 0x0f (2 bytes) |
| UTF-16-BE (dec) | 253, 15 (2 bytes) |
| UTF-32-BE (hex) | 0xfd0f / 0x00 0x00 0xfd 0x0f (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 253, 15 (4 bytes) |
| C/C++/Java source code | "\ufd0f" |
| Python source code | "\ufd0f" |