| HTML Entity (dec) | ﳻ | 
| HTML Entity (hex) | ﳻ | 
| UTF-8 (hex) | 0xefb3bb / 0xef 0xb3 0xbb (3 bytes) | 
| UTF-8 (dec) | 239, 179, 187 (3 bytes) | 
| UTF-16-BE (hex) | 0xfcfb / 0xfc 0xfb (2 bytes) | 
| UTF-16-BE (dec) | 252, 251 (2 bytes) | 
| UTF-32-BE (hex) | 0xfcfb / 0x00 0x00 0xfc 0xfb (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 252, 251 (4 bytes) | 
| C/C++/Java source code | "\ufcfb" | 
| Python source code | "\ufcfb" |