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