| Symboolnaam | Hangul Syllable Koegs |
| Unicode-versie | 2.0 |
| Unicode | U+CFAB |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CFAB |
| Hexadecimale code | 0xCFAB |
| HTML-code | 쾫 |
| LaTeX | \hangul{CFAB} |
| Symbool | 쾫 |
| URL-codering (UTF-8 procent) | %EC%BE%AB |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable koegs-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Koegs-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |