| HTML Entity (dec) | Ì |
| HTML Entity (hex) | Ì |
| UTF-8 (hex) | 0xc38c / 0xc3 0x8c (2 bytes) |
| UTF-8 (dec) | 195, 140 (2 bytes) |
| UTF-16-BE (hex) | 0xcc / 0x00 0xcc (2 bytes) |
| UTF-16-BE (dec) | 0, 204 (2 bytes) |
| UTF-32-BE (hex) | 0xcc / 0x00 0x00 0x00 0xcc (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 0, 204 (4 bytes) |
| C/C++/Java source code | "\u00cc" |
| Python source code | "\u00cc" |