| Nom du symbole | Latin Capital Letter E With Diaeresis |
| Version Unicode | 1.1 |
| Unicode | U+00CB |
| Bloc Unicode | |
| Catégorie générale | Uppercase Letter (Lu) |
| UTF-8 | C3 8B |
| UTF-16 | 00CB |
| UTF-32 | 000000CB |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTEREWITHDIAERESIS}4\end{document}Vous pouvez saisir le symbole latin capital letter e with diaeresis sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 203 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter e with diaeresis", or use Unicode Hex Input with 00CB.
Ctrl + Shift + U, type 00cb, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-capital-letter-e-with-diaeresis::before { content: "\00CB"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ë</span>La représentation du symbole Latin Capital Letter E With Diaeresis dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u00CB' or String.fromCodePoint(203) |
| Python | '\N{LATIN CAPITAL LETTER E WITH DIAERESIS}' or chr(203) |
| Rust | '\u{00CB}' |
| C / C++ | UTF-8 source or wchar_t with U+00CB |
| Go | string(rune(0x00CB)) |
| Ruby | "\u{00CB}" |
| Code CSS |
\00CB |
| Code hexadécimal | 0x00CB |
| Code HTML | Ë |
| LaTeX | \text{LATINCAPITALLETTEREWITHDIAERESIS} |
| Symbole | Ë |
| Encodage URL (pourcent UTF-8) | %C3%8B |
| Nom oral / lecteur d’écran | Latin Capital Letter E With Diaeresis |