| HTML Entity (dec) | ݜ |
| HTML Entity (hex) | ݜ |
| UTF-8 (hex) | 0xdd9c / 0xdd 0x9c (2 bytes) |
| UTF-8 (dec) | 221, 156 (2 bytes) |
| UTF-16-BE (hex) | 0x75c / 0x07 0x5c (2 bytes) |
| UTF-16-BE (dec) | 7, 92 (2 bytes) |
| UTF-32-BE (hex) | 0x75c / 0x00 0x00 0x07 0x5c (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 7, 92 (4 bytes) |
| C/C++/Java source code | "\u075c" |
| Python source code | "\u075c" |