| HTML Entity (dec) | ﯟ |
| HTML Entity (hex) | ﯟ |
| UTF-8 (hex) | 0xefaf9f / 0xef 0xaf 0x9f (3 bytes) |
| UTF-8 (dec) | 239, 175, 159 (3 bytes) |
| UTF-16-BE (hex) | 0xfbdf / 0xfb 0xdf (2 bytes) |
| UTF-16-BE (dec) | 251, 223 (2 bytes) |
| UTF-32-BE (hex) | 0xfbdf / 0x00 0x00 0xfb 0xdf (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 251, 223 (4 bytes) |
| C/C++/Java source code | "\ufbdf" |
| Python source code | "\ufbdf" |