| HTML Entity (dec) | ﯰ |
| HTML Entity (hex) | ﯰ |
| UTF-8 (hex) | 0xefafb0 / 0xef 0xaf 0xb0 (3 bytes) |
| UTF-8 (dec) | 239, 175, 176 (3 bytes) |
| UTF-16-BE (hex) | 0xfbf0 / 0xfb 0xf0 (2 bytes) |
| UTF-16-BE (dec) | 251, 240 (2 bytes) |
| UTF-32-BE (hex) | 0xfbf0 / 0x00 0x00 0xfb 0xf0 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 251, 240 (4 bytes) |
| C/C++/Java source code | "\ufbf0" |
| Python source code | "\ufbf0" |