| HTML Entity (dec) | μ |
| HTML Entity (hex) | μ |
| UTF-8 (hex) | 0xcebc / 0xce 0xbc (2 bytes) |
| UTF-8 (dec) | 206, 188 (2 bytes) |
| UTF-16-BE (hex) | 0x3bc / 0x03 0xbc (2 bytes) |
| UTF-16-BE (dec) | 3, 188 (2 bytes) |
| UTF-32-BE (hex) | 0x3bc / 0x00 0x00 0x03 0xbc (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 3, 188 (4 bytes) |
| C/C++/Java source code | "\u03bc" |
| Python source code | "\u03bc" |