| HTML Entity (dec) | ׆ | 
| HTML Entity (hex) | ׆ | 
| UTF-8 (hex) | 0xd786 / 0xd7 0x86 (2 bytes) | 
| UTF-8 (dec) | 215, 134 (2 bytes) | 
| UTF-16-BE (hex) | 0x5c6 / 0x05 0xc6 (2 bytes) | 
| UTF-16-BE (dec) | 5, 198 (2 bytes) | 
| UTF-32-BE (hex) | 0x5c6 / 0x00 0x00 0x05 0xc6 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 5, 198 (4 bytes) | 
| C/C++/Java source code | "\u05c6" | 
| Python source code | "\u05c6" |