| HTML Entity (dec) | 𐙗 |
| HTML Entity (hex) | 𐙗 |
| UTF-8 (hex) | 0xf0909997 / 0xf0 0x90 0x99 0x97 (4 bytes) |
| UTF-8 (dec) | 240, 144, 153, 151 (4 bytes) |
| UTF-16-BE (hex) | 0xd801de57 / 0xd8 0x01 0xde 0x57 (4 bytes) |
| UTF-16-BE (dec) | 216, 1, 222, 87 (4 bytes) |
| UTF-32-BE (hex) | 0x10657 / 0x00 0x01 0x06 0x57 (4 bytes) |
| UTF-32-BE (dec) | 0, 1, 6, 87 (4 bytes) |
| C/C++/Java source code | "\u10657" |
| Python source code | "\u10657" |