| HTML Entity (dec) | 𞴗 | 
| HTML Entity (hex) | 𞴗 | 
| UTF-8 (hex) | 0xf09eb497 / 0xf0 0x9e 0xb4 0x97 (4 bytes) | 
| UTF-8 (dec) | 240, 158, 180, 151 (4 bytes) | 
| UTF-16-BE (hex) | 0xd83bdd17 / 0xd8 0x3b 0xdd 0x17 (4 bytes) | 
| UTF-16-BE (dec) | 216, 59, 221, 23 (4 bytes) | 
| UTF-32-BE (hex) | 0x1ed17 / 0x00 0x01 0xed 0x17 (4 bytes) | 
| UTF-32-BE (dec) | 0, 1, 237, 23 (4 bytes) | 
| C/C++/Java source code | "\u1ed17" | 
| Python source code | "\u1ed17" |