| HTML Entity (dec) | ჽ | 
| HTML Entity (hex) | ჽ | 
| UTF-8 (hex) | 0xe183bd / 0xe1 0x83 0xbd (3 bytes) | 
| UTF-8 (dec) | 225, 131, 189 (3 bytes) | 
| UTF-16-BE (hex) | 0x10fd / 0x10 0xfd (2 bytes) | 
| UTF-16-BE (dec) | 16, 253 (2 bytes) | 
| UTF-32-BE (hex) | 0x10fd / 0x00 0x00 0x10 0xfd (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 16, 253 (4 bytes) | 
| C/C++/Java source code | "\u10fd" | 
| Python source code | "\u10fd" |