| HTML Entity (dec) | 𤭳 |
| HTML Entity (hex) | 𤭳 |
| UTF-8 (hex) | 0xf0a4adb3 / 0xf0 0xa4 0xad 0xb3 (4 bytes) |
| UTF-8 (dec) | 240, 164, 173, 179 (4 bytes) |
| UTF-16-BE (hex) | 0xd852df73 / 0xd8 0x52 0xdf 0x73 (4 bytes) |
| UTF-16-BE (dec) | 216, 82, 223, 115 (4 bytes) |
| UTF-32-BE (hex) | 0x24b73 / 0x00 0x02 0x4b 0x73 (4 bytes) |
| UTF-32-BE (dec) | 0, 2, 75, 115 (4 bytes) |
| C/C++/Java source code | "\u24b73" |
| Python source code | "\u24b73" |