| HTML Entity (dec) | ﶧ | 
| HTML Entity (hex) | ﶧ | 
| UTF-8 (hex) | 0xefb6a7 / 0xef 0xb6 0xa7 (3 bytes) | 
| UTF-8 (dec) | 239, 182, 167 (3 bytes) | 
| UTF-16-BE (hex) | 0xfda7 / 0xfd 0xa7 (2 bytes) | 
| UTF-16-BE (dec) | 253, 167 (2 bytes) | 
| UTF-32-BE (hex) | 0xfda7 / 0x00 0x00 0xfd 0xa7 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 253, 167 (4 bytes) | 
| C/C++/Java source code | "\ufda7" | 
| Python source code | "\ufda7" |