| HTML Entity (dec) | 﨧 |
| HTML Entity (hex) | 﨧 |
| UTF-8 (hex) | 0xefa8a7 / 0xef 0xa8 0xa7 (3 bytes) |
| UTF-8 (dec) | 239, 168, 167 (3 bytes) |
| UTF-16-BE (hex) | 0xfa27 / 0xfa 0x27 (2 bytes) |
| UTF-16-BE (dec) | 250, 39 (2 bytes) |
| UTF-32-BE (hex) | 0xfa27 / 0x00 0x00 0xfa 0x27 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 250, 39 (4 bytes) |
| C/C++/Java source code | "\ufa27" |
| Python source code | "\ufa27" |