| HTML Entity (dec) | 𐀶 | 
| HTML Entity (hex) | 𐀶 | 
| UTF-8 (hex) | 0xf09080b6 / 0xf0 0x90 0x80 0xb6 (4 bytes) | 
| UTF-8 (dec) | 240, 144, 128, 182 (4 bytes) | 
| UTF-16-BE (hex) | 0xd800dc36 / 0xd8 0x00 0xdc 0x36 (4 bytes) | 
| UTF-16-BE (dec) | 216, 0, 220, 54 (4 bytes) | 
| UTF-32-BE (hex) | 0x10036 / 0x00 0x01 0x00 0x36 (4 bytes) | 
| UTF-32-BE (dec) | 0, 1, 0, 54 (4 bytes) | 
| C/C++/Java source code | "\u10036" | 
| Python source code | "\u10036" |