| HTML Entity (dec) | 𰏺 | 
| HTML Entity (hex) | 𰏺 | 
| UTF-8 (hex) | 0xf0b08fba / 0xf0 0xb0 0x8f 0xba (4 bytes) | 
| UTF-8 (dec) | 240, 176, 143, 186 (4 bytes) | 
| UTF-16-BE (hex) | 0xd880dffa / 0xd8 0x80 0xdf 0xfa (4 bytes) | 
| UTF-16-BE (dec) | 216, 128, 223, 250 (4 bytes) | 
| UTF-32-BE (hex) | 0x303fa / 0x00 0x03 0x03 0xfa (4 bytes) | 
| UTF-32-BE (dec) | 0, 3, 3, 250 (4 bytes) | 
| C/C++/Java source code | "\u303fa" | 
| Python source code | "\u303fa" |