| Symbol Name | Hangul Syllable Kyaeb |
| Unicode Version | 2.0 |
| Unicode | U+CEDE |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CEDE |
| Hex Code | 0xCEDE |
| HTML Code | 컞 |
| LaTeX | \hangul{CEDE} |
| Symbol | 컞 |
| URL encode (UTF-8 percent) | %EC%BB%9E |
| Spoken / screen reader name | Hangul Syllable Kyaeb |
| UTF-8 | EC BB 9E |
| UTF-16 | CEDE |
| UTF-32 | 0000CEDE |
1\documentclass{article}2\usepackage{pifont}3\hangul{CEDE}4\end{document}You can type the hangul syllable kyaeb symbol on most modern devices with the help of following methods:
Alt + 52958 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kyaeb", or use Unicode Hex Input with CEDE.
Ctrl + Shift + U, type cede, 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-kyaeb::before { content: "\CEDE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>컞</span>Hangul Syllable Kyaeb symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uCEDE' or String.fromCodePoint(52958) |
| Python | '\N{HANGUL SYLLABLE KYAEB}' or chr(52958) |
| Rust | '\u{CEDE}' |
| C / C++ | UTF-8 source or wchar_t with U+CEDE |
| Go | string(rune(0xCEDE)) |
| Ruby | "\u{CEDE}" |