| HTML Entity (dec) | 昮 |
| HTML Entity (hex) | 昮 |
| UTF-8 (hex) | 0xe698ae / 0xe6 0x98 0xae (3 bytes) |
| UTF-8 (dec) | 230, 152, 174 (3 bytes) |
| UTF-16-BE (hex) | 0x662e / 0x66 0x2e (2 bytes) |
| UTF-16-BE (dec) | 102, 46 (2 bytes) |
| UTF-32-BE (hex) | 0x662e / 0x00 0x00 0x66 0x2e (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 102, 46 (4 bytes) |
| C/C++/Java source code | "\u662e" |
| Python source code | "\u662e" |