| HTML Entity (dec) | ﲌ | 
| HTML Entity (hex) | ﲌ | 
| UTF-8 (hex) | 0xefb28c / 0xef 0xb2 0x8c (3 bytes) | 
| UTF-8 (dec) | 239, 178, 140 (3 bytes) | 
| UTF-16-BE (hex) | 0xfc8c / 0xfc 0x8c (2 bytes) | 
| UTF-16-BE (dec) | 252, 140 (2 bytes) | 
| UTF-32-BE (hex) | 0xfc8c / 0x00 0x00 0xfc 0x8c (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 252, 140 (4 bytes) | 
| C/C++/Java source code | "\ufc8c" | 
| Python source code | "\ufc8c" |