| HTML Entity (dec) | 𢿯 | 
| HTML Entity (hex) | 𢿯 | 
| UTF-8 (hex) | 0xf0a2bfaf / 0xf0 0xa2 0xbf 0xaf (4 bytes) | 
| UTF-8 (dec) | 240, 162, 191, 175 (4 bytes) | 
| UTF-16-BE (hex) | 0xd84bdfef / 0xd8 0x4b 0xdf 0xef (4 bytes) | 
| UTF-16-BE (dec) | 216, 75, 223, 239 (4 bytes) | 
| UTF-32-BE (hex) | 0x22fef / 0x00 0x02 0x2f 0xef (4 bytes) | 
| UTF-32-BE (dec) | 0, 2, 47, 239 (4 bytes) | 
| C/C++/Java source code | "\u22fef" | 
| Python source code | "\u22fef" |