| HTML Entity (dec) | 醷 |
| HTML Entity (hex) | 醷 |
| UTF-8 (hex) | 0xe986b7 / 0xe9 0x86 0xb7 (3 bytes) |
| UTF-8 (dec) | 233, 134, 183 (3 bytes) |
| UTF-16-BE (hex) | 0x91b7 / 0x91 0xb7 (2 bytes) |
| UTF-16-BE (dec) | 145, 183 (2 bytes) |
| UTF-32-BE (hex) | 0x91b7 / 0x00 0x00 0x91 0xb7 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 145, 183 (4 bytes) |
| C/C++/Java source code | "\u91b7" |
| Python source code | "\u91b7" |