| HTML Entity (dec) | 瑂 |
| HTML Entity (hex) | 瑂 |
| UTF-8 (hex) | 0xe79182 / 0xe7 0x91 0x82 (3 bytes) |
| UTF-8 (dec) | 231, 145, 130 (3 bytes) |
| UTF-16-BE (hex) | 0x7442 / 0x74 0x42 (2 bytes) |
| UTF-16-BE (dec) | 116, 66 (2 bytes) |
| UTF-32-BE (hex) | 0x7442 / 0x00 0x00 0x74 0x42 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 116, 66 (4 bytes) |
| C/C++/Java source code | "\u7442" |
| Python source code | "\u7442" |