| HTML Entity (dec) | ﴅ |
| HTML Entity (hex) | ﴅ |
| UTF-8 (hex) | 0xefb485 / 0xef 0xb4 0x85 (3 bytes) |
| UTF-8 (dec) | 239, 180, 133 (3 bytes) |
| UTF-16-BE (hex) | 0xfd05 / 0xfd 0x05 (2 bytes) |
| UTF-16-BE (dec) | 253, 5 (2 bytes) |
| UTF-32-BE (hex) | 0xfd05 / 0x00 0x00 0xfd 0x05 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 253, 5 (4 bytes) |
| C/C++/Java source code | "\ufd05" |
| Python source code | "\ufd05" |