| Nom du symbole | Hangul Syllable Elb |
| Version Unicode | 2.0 |
| Unicode | U+C5DB |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \C5DB |
| Code hexadécimal | 0xC5DB |
| Code HTML | 엛 |
| LaTeX | \hangul{C5DB} |
| Symbole | 엛 |
| Encodage URL (pourcent UTF-8) | %EC%97%9B |
| Nom oral / lecteur d’écran | Hangul Syllable Elb |
| UTF-8 | EC 97 9B |
| UTF-16 | C5DB |
| UTF-32 | 0000C5DB |
1\documentclass{article}2\usepackage{pifont}3\hangul{C5DB}4\end{document}Vous pouvez saisir le symbole hangul syllable elb sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 50651 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable elb", or use Unicode Hex Input with C5DB.
Ctrl + Shift + U, type c5db, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-elb::before { content: "\C5DB"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>엛</span>La représentation du symbole Hangul Syllable Elb dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uC5DB' or String.fromCodePoint(50651) |
| Python | '\N{HANGUL SYLLABLE ELB}' or chr(50651) |
| Rust | '\u{C5DB}' |
| C / C++ | UTF-8 source or wchar_t with U+C5DB |
| Go | string(rune(0xC5DB)) |
| Ruby | "\u{C5DB}" |