| Nome del simbolo | Hangul Syllable Keol |
| Versione Unicode | 2.0 |
| Unicode | U+CEEC |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CEEC |
| Codice esadecimale | 0xCEEC |
| Codice HTML | 컬 |
| LaTeX | \hangul{CEEC} |
| Simbolo | 컬 |
| Codifica URL (percentuale UTF-8) | %EC%BB%AC |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable keol sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Syllable Keol nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |