| HTML Entity (dec) | ﲢ |
| HTML Entity (hex) | ﲢ |
| UTF-8 (hex) | 0xefb2a2 / 0xef 0xb2 0xa2 (3 bytes) |
| UTF-8 (dec) | 239, 178, 162 (3 bytes) |
| UTF-16-BE (hex) | 0xfca2 / 0xfc 0xa2 (2 bytes) |
| UTF-16-BE (dec) | 252, 162 (2 bytes) |
| UTF-32-BE (hex) | 0xfca2 / 0x00 0x00 0xfc 0xa2 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 252, 162 (4 bytes) |
| C/C++/Java source code | "\ufca2" |
| Python source code | "\ufca2" |