| HTML Entity (dec) | ; | 
| HTML Entity (hex) | ; | 
| UTF-8 (hex) | 0xcdbe / 0xcd 0xbe (2 bytes) | 
| UTF-8 (dec) | 205, 190 (2 bytes) | 
| UTF-16-BE (hex) | 0x37e / 0x03 0x7e (2 bytes) | 
| UTF-16-BE (dec) | 3, 126 (2 bytes) | 
| UTF-32-BE (hex) | 0x37e / 0x00 0x00 0x03 0x7e (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 3, 126 (4 bytes) | 
| C/C++/Java source code | "\u037e" | 
| Python source code | "\u037e" |