| HTML Entity (dec) | ﴁ |
| HTML Entity (hex) | ﴁ |
| UTF-8 (hex) | 0xefb481 / 0xef 0xb4 0x81 (3 bytes) |
| UTF-8 (dec) | 239, 180, 129 (3 bytes) |
| UTF-16-BE (hex) | 0xfd01 / 0xfd 0x01 (2 bytes) |
| UTF-16-BE (dec) | 253, 1 (2 bytes) |
| UTF-32-BE (hex) | 0xfd01 / 0x00 0x00 0xfd 0x01 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 253, 1 (4 bytes) |
| C/C++/Java source code | "\ufd01" |
| Python source code | "\ufd01" |