| HTML Entity (dec) | τ |
| HTML Entity (hex) | τ |
| UTF-8 (hex) | 0xcf84 / 0xcf 0x84 (2 bytes) |
| UTF-8 (dec) | 207, 132 (2 bytes) |
| UTF-16-BE (hex) | 0x3c4 / 0x03 0xc4 (2 bytes) |
| UTF-16-BE (dec) | 3, 196 (2 bytes) |
| UTF-32-BE (hex) | 0x3c4 / 0x00 0x00 0x03 0xc4 (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 196 (4 bytes) |
| C/C++/Java source code | "\u03c4" |
| Python source code | "\u03c4" |