| HTML Entity (dec) | 𰫑 |
| HTML Entity (hex) | 𰫑 |
| UTF-8 (hex) | 0xf0b0ab91 / 0xf0 0xb0 0xab 0x91 (4 bytes) |
| UTF-8 (dec) | 240, 176, 171, 145 (4 bytes) |
| UTF-16-BE (hex) | 0xd882ded1 / 0xd8 0x82 0xde 0xd1 (4 bytes) |
| UTF-16-BE (dec) | 216, 130, 222, 209 (4 bytes) |
| UTF-32-BE (hex) | 0x30ad1 / 0x00 0x03 0x0a 0xd1 (4 bytes) |
| UTF-32-BE (dec) | 0, 3, 10, 209 (4 bytes) |
| C/C++/Java source code | "\u30ad1" |
| Python source code | "\u30ad1" |