| HTML Entity (dec) | ﮙ | 
| HTML Entity (hex) | ﮙ | 
| UTF-8 (hex) | 0xefae99 / 0xef 0xae 0x99 (3 bytes) | 
| UTF-8 (dec) | 239, 174, 153 (3 bytes) | 
| UTF-16-BE (hex) | 0xfb99 / 0xfb 0x99 (2 bytes) | 
| UTF-16-BE (dec) | 251, 153 (2 bytes) | 
| UTF-32-BE (hex) | 0xfb99 / 0x00 0x00 0xfb 0x99 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 251, 153 (4 bytes) | 
| C/C++/Java source code | "\ufb99" | 
| Python source code | "\ufb99" |