| Symbol Name | Hangul Syllable Kyaed |
| Unicode Version | 2.0 |
| Unicode | U+CECF |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CECF |
| Hex Code | 0xCECF |
| HTML Code | 컏 |
| LaTeX | \hangul{CECF} |
| Symbol | 컏 |
| URL encode (UTF-8 percent) | %EC%BB%8F |
| Spoken / screen reader name | 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}You can type the hangul syllable kyaed symbol on most modern devices with the help of following methods:
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>Hangul Syllable Kyaed symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |