| HTML Entity (dec) | Ë |
| HTML Entity (hex) | Ë |
| UTF-8 (hex) | 0xc38b / 0xc3 0x8b (2 bytes) |
| UTF-8 (dec) | 195, 139 (2 bytes) |
| UTF-16-BE (hex) | 0xcb / 0x00 0xcb (2 bytes) |
| UTF-16-BE (dec) | 0, 203 (2 bytes) |
| UTF-32-BE (hex) | 0xcb / 0x00 0x00 0x00 0xcb (4 bytes) |
| UTF-32-BE (dec) | 0, 0, 0, 203 (4 bytes) |
| C/C++/Java source code | "\u00cb" |
| Python source code | "\u00cb" |