| HTML Entity (dec) | ݼ |
| HTML Entity (hex) | ݼ |
| UTF-8 (hex) | 0xddbc / 0xdd 0xbc (2 bytes) |
| UTF-8 (dec) | 221, 188 (2 bytes) |
| UTF-16-BE (hex) | 0x77c / 0x07 0x7c (2 bytes) |
| UTF-16-BE (dec) | 7, 124 (2 bytes) |
| UTF-32-BE (hex) | 0x77c / 0x00 0x00 0x07 0x7c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 7, 124 (4 bytes) |
| C/C++/Java source code | "\u077c" |
| Python source code | "\u077c" |