| HTML Entity (dec) | ﯬ |
| HTML Entity (hex) | ﯬ |
| UTF-8 (hex) | 0xefafac / 0xef 0xaf 0xac (3 bytes) |
| UTF-8 (dec) | 239, 175, 172 (3 bytes) |
| UTF-16-BE (hex) | 0xfbec / 0xfb 0xec (2 bytes) |
| UTF-16-BE (dec) | 251, 236 (2 bytes) |
| UTF-32-BE (hex) | 0xfbec / 0x00 0x00 0xfb 0xec (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 251, 236 (4 bytes) |
| C/C++/Java source code | "\ufbec" |
| Python source code | "\ufbec" |