| Nome del simbolo | Hangul Syllable Kyabt |
| Versione Unicode | 2.0 |
| Unicode | U+CEC4 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CEC4 |
| Codice esadecimale | 0xCEC4 |
| Codice HTML | 컄 |
| LaTeX | \hangul{CEC4} |
| Simbolo | 컄 |
| Codifica URL (percentuale UTF-8) | %EC%BB%84 |
| Nome parlato / screen reader | Hangul Syllable Kyabt |
| UTF-8 | EC BB 84 |
| UTF-16 | CEC4 |
| UTF-32 | 0000CEC4 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CEC4}4\end{document}Puoi digitare il simbolo hangul syllable kyabt sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 52932 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kyabt", or use Unicode Hex Input with CEC4.
Ctrl + Shift + U, type cec4, 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-kyabt::before { content: "\CEC4"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>컄</span>La rappresentazione del simbolo Hangul Syllable Kyabt nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uCEC4' or String.fromCodePoint(52932) |
| Python | '\N{HANGUL SYLLABLE KYABT}' or chr(52932) |
| Rust | '\u{CEC4}' |
| C / C++ | UTF-8 source or wchar_t with U+CEC4 |
| Go | string(rune(0xCEC4)) |
| Ruby | "\u{CEC4}" |