| HTML Entity (dec) | 𱟲 | 
| HTML Entity (hex) | 𱟲 | 
| UTF-8 (hex) | 0xf0b19fb2 / 0xf0 0xb1 0x9f 0xb2 (4 bytes) | 
| UTF-8 (dec) | 240, 177, 159, 178 (4 bytes) | 
| UTF-16-BE (hex) | 0xd885dff2 / 0xd8 0x85 0xdf 0xf2 (4 bytes) | 
| UTF-16-BE (dec) | 216, 133, 223, 242 (4 bytes) | 
| UTF-32-BE (hex) | 0x317f2 / 0x00 0x03 0x17 0xf2 (4 bytes) | 
| UTF-32-BE (dec) | 0, 3, 23, 242 (4 bytes) | 
| C/C++/Java source code | "\u317f2" | 
| Python source code | "\u317f2" |