| HTML Entity (dec) | 𐺰 |
| HTML Entity (hex) | 𐺰 |
| UTF-8 (hex) | 0xf090bab0 / 0xf0 0x90 0xba 0xb0 (4 bytes) |
| UTF-8 (dec) | 240, 144, 186, 176 (4 bytes) |
| UTF-16-BE (hex) | 0xd803deb0 / 0xd8 0x03 0xde 0xb0 (4 bytes) |
| UTF-16-BE (dec) | 216, 3, 222, 176 (4 bytes) |
| UTF-32-BE (hex) | 0x10eb0 / 0x00 0x01 0x0e 0xb0 (4 bytes) |
| UTF-32-BE (dec) | 0, 1, 14, 176 (4 bytes) |
| C/C++/Java source code | "\u10eb0" |
| Python source code | "\u10eb0" |