| HTML Entity (dec) | 𐺨 |
| HTML Entity (hex) | 𐺨 |
| UTF-8 (hex) | 0xf090baa8 / 0xf0 0x90 0xba 0xa8 (4 bytes) |
| UTF-8 (dec) | 240, 144, 186, 168 (4 bytes) |
| UTF-16-BE (hex) | 0xd803dea8 / 0xd8 0x03 0xde 0xa8 (4 bytes) |
| UTF-16-BE (dec) | 216, 3, 222, 168 (4 bytes) |
| UTF-32-BE (hex) | 0x10ea8 / 0x00 0x01 0x0e 0xa8 (4 bytes) |
| UTF-32-BE (dec) | 0, 1, 14, 168 (4 bytes) |
| C/C++/Java source code | "\u10ea8" |
| Python source code | "\u10ea8" |