| HTML Entity (dec) | ﵷ |
| HTML Entity (hex) | ﵷ |
| UTF-8 (hex) | 0xefb5b7 / 0xef 0xb5 0xb7 (3 bytes) |
| UTF-8 (dec) | 239, 181, 183 (3 bytes) |
| UTF-16-BE (hex) | 0xfd77 / 0xfd 0x77 (2 bytes) |
| UTF-16-BE (dec) | 253, 119 (2 bytes) |
| UTF-32-BE (hex) | 0xfd77 / 0x00 0x00 0xfd 0x77 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 253, 119 (4 bytes) |
| C/C++/Java source code | "\ufd77" |
| Python source code | "\ufd77" |