| HTML Entity (dec) | ﶄ | 
| HTML Entity (hex) | ﶄ | 
| UTF-8 (hex) | 0xefb684 / 0xef 0xb6 0x84 (3 bytes) | 
| UTF-8 (dec) | 239, 182, 132 (3 bytes) | 
| UTF-16-BE (hex) | 0xfd84 / 0xfd 0x84 (2 bytes) | 
| UTF-16-BE (dec) | 253, 132 (2 bytes) | 
| UTF-32-BE (hex) | 0xfd84 / 0x00 0x00 0xfd 0x84 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 253, 132 (4 bytes) | 
| C/C++/Java source code | "\ufd84" | 
| Python source code | "\ufd84" |