| HTML Entity (dec) | ﯶ |
| HTML Entity (hex) | ﯶ |
| UTF-8 (hex) | 0xefafb6 / 0xef 0xaf 0xb6 (3 bytes) |
| UTF-8 (dec) | 239, 175, 182 (3 bytes) |
| UTF-16-BE (hex) | 0xfbf6 / 0xfb 0xf6 (2 bytes) |
| UTF-16-BE (dec) | 251, 246 (2 bytes) |
| UTF-32-BE (hex) | 0xfbf6 / 0x00 0x00 0xfb 0xf6 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 251, 246 (4 bytes) |
| C/C++/Java source code | "\ufbf6" |
| Python source code | "\ufbf6" |