| HTML Entity (dec) | ﮥ | 
| HTML Entity (hex) | ﮥ | 
| UTF-8 (hex) | 0xefaea5 / 0xef 0xae 0xa5 (3 bytes) | 
| UTF-8 (dec) | 239, 174, 165 (3 bytes) | 
| UTF-16-BE (hex) | 0xfba5 / 0xfb 0xa5 (2 bytes) | 
| UTF-16-BE (dec) | 251, 165 (2 bytes) | 
| UTF-32-BE (hex) | 0xfba5 / 0x00 0x00 0xfb 0xa5 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 251, 165 (4 bytes) | 
| C/C++/Java source code | "\ufba5" | 
| Python source code | "\ufba5" |