| HTML Entity (dec) | 﨏 |
| HTML Entity (hex) | 﨏 |
| UTF-8 (hex) | 0xefa88f / 0xef 0xa8 0x8f (3 bytes) |
| UTF-8 (dec) | 239, 168, 143 (3 bytes) |
| UTF-16-BE (hex) | 0xfa0f / 0xfa 0x0f (2 bytes) |
| UTF-16-BE (dec) | 250, 15 (2 bytes) |
| UTF-32-BE (hex) | 0xfa0f / 0x00 0x00 0xfa 0x0f (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 250, 15 (4 bytes) |
| C/C++/Java source code | "\ufa0f" |
| Python source code | "\ufa0f" |