| HTML Entity (dec) | Γ | 
| HTML Entity (hex) | Γ | 
| UTF-8 (hex) | 0xce93 / 0xce 0x93 (2 bytes) | 
| UTF-8 (dec) | 206, 147 (2 bytes) | 
| UTF-16-BE (hex) | 0x393 / 0x03 0x93 (2 bytes) | 
| UTF-16-BE (dec) | 3, 147 (2 bytes) | 
| UTF-32-BE (hex) | 0x393 / 0x00 0x00 0x03 0x93 (4 bytes) | 
| UTF-32-BE (dec) | 0, 0, 3, 147 (4 bytes) | 
| C/C++/Java source code | "\u0393" | 
| Python source code | "\u0393" |