| HTML Entity (dec) | ﲃ |
| HTML Entity (hex) | ﲃ |
| UTF-8 (hex) | 0xefb283 / 0xef 0xb2 0x83 (3 bytes) |
| UTF-8 (dec) | 239, 178, 131 (3 bytes) |
| UTF-16-BE (hex) | 0xfc83 / 0xfc 0x83 (2 bytes) |
| UTF-16-BE (dec) | 252, 131 (2 bytes) |
| UTF-32-BE (hex) | 0xfc83 / 0x00 0x00 0xfc 0x83 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 252, 131 (4 bytes) |
| C/C++/Java source code | "\ufc83" |
| Python source code | "\ufc83" |