| HTML Entity (dec) | ﰧ |
| HTML Entity (hex) | ﰧ |
| UTF-8 (hex) | 0xefb0a7 / 0xef 0xb0 0xa7 (3 bytes) |
| UTF-8 (dec) | 239, 176, 167 (3 bytes) |
| UTF-16-BE (hex) | 0xfc27 / 0xfc 0x27 (2 bytes) |
| UTF-16-BE (dec) | 252, 39 (2 bytes) |
| UTF-32-BE (hex) | 0xfc27 / 0x00 0x00 0xfc 0x27 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 252, 39 (4 bytes) |
| C/C++/Java source code | "\ufc27" |
| Python source code | "\ufc27" |