| Nom du symbole | Hangul Syllable Eobt |
| Version Unicode | 2.0 |
| Unicode | U+C5CC |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \C5CC |
| Code hexadécimal | 0xC5CC |
| Code HTML | 엌 |
| LaTeX | \hangul{C5CC} |
| Symbole | 엌 |
| Encodage URL (pourcent UTF-8) | %EC%97%8C |
| Nom oral / lecteur d’écran | Hangul Syllable Eobt |
| UTF-8 | EC 97 8C |
| UTF-16 | C5CC |
| UTF-32 | 0000C5CC |
1\documentclass{article}2\usepackage{pifont}3\hangul{C5CC}4\end{document}Vous pouvez saisir le symbole hangul syllable eobt sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 50636 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable eobt", or use Unicode Hex Input with C5CC.
Ctrl + Shift + U, type c5cc, 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-eobt::before { content: "\C5CC"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>엌</span>La représentation du symbole Hangul Syllable Eobt dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uC5CC' or String.fromCodePoint(50636) |
| Python | '\N{HANGUL SYLLABLE EOBT}' or chr(50636) |
| Rust | '\u{C5CC}' |
| C / C++ | UTF-8 source or wchar_t with U+C5CC |
| Go | string(rune(0xC5CC)) |
| Ruby | "\u{C5CC}" |