| HTML Entity (dec) | 晴 |
| HTML Entity (hex) | 晴 |
| UTF-8 (hex) | 0xefa892 / 0xef 0xa8 0x92 (3 bytes) |
| UTF-8 (dec) | 239, 168, 146 (3 bytes) |
| UTF-16-BE (hex) | 0xfa12 / 0xfa 0x12 (2 bytes) |
| UTF-16-BE (dec) | 250, 18 (2 bytes) |
| UTF-32-BE (hex) | 0xfa12 / 0x00 0x00 0xfa 0x12 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 250, 18 (4 bytes) |
| C/C++/Java source code | "\ufa12" |
| Python source code | "\ufa12" |