| HTML Entity (dec) | ﱣ |
| HTML Entity (hex) | ﱣ |
| UTF-8 (hex) | 0xefb1a3 / 0xef 0xb1 0xa3 (3 bytes) |
| UTF-8 (dec) | 239, 177, 163 (3 bytes) |
| UTF-16-BE (hex) | 0xfc63 / 0xfc 0x63 (2 bytes) |
| UTF-16-BE (dec) | 252, 99 (2 bytes) |
| UTF-32-BE (hex) | 0xfc63 / 0x00 0x00 0xfc 0x63 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 252, 99 (4 bytes) |
| C/C++/Java source code | "\ufc63" |
| Python source code | "\ufc63" |