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