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