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