| HTML Entity (dec) | ﭩ |
| HTML Entity (hex) | ﭩ |
| UTF-8 (hex) | 0xefada9 / 0xef 0xad 0xa9 (3 bytes) |
| UTF-8 (dec) | 239, 173, 169 (3 bytes) |
| UTF-16-BE (hex) | 0xfb69 / 0xfb 0x69 (2 bytes) |
| UTF-16-BE (dec) | 251, 105 (2 bytes) |
| UTF-32-BE (hex) | 0xfb69 / 0x00 0x00 0xfb 0x69 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 251, 105 (4 bytes) |
| C/C++/Java source code | "\ufb69" |
| Python source code | "\ufb69" |