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