| Symboolnaam | Hangul Syllable Koeb |
| Unicode-versie | 2.0 |
| Unicode | U+CFBE |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CFBE |
| Hexadecimale code | 0xCFBE |
| HTML-code | 쾾 |
| LaTeX | \hangul{CFBE} |
| Symbool | 쾾 |
| URL-codering (UTF-8 procent) | %EC%BE%BE |
| Uitgesproken naam / schermlezer | Hangul Syllable Koeb |
| UTF-8 | EC BE BE |
| UTF-16 | CFBE |
| UTF-32 | 0000CFBE |
1\documentclass{article}2\usepackage{pifont}3\hangul{CFBE}4\end{document}Je kunt het hangul syllable koeb-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 53182 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable koeb", or use Unicode Hex Input with CFBE.
Ctrl + Shift + U, type cfbe, 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-koeb::before { content: "\CFBE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쾾</span>De weergave van het Hangul Syllable Koeb-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uCFBE' or String.fromCodePoint(53182) |
| Python | '\N{HANGUL SYLLABLE KOEB}' or chr(53182) |
| Rust | '\u{CFBE}' |
| C / C++ | UTF-8 source or wchar_t with U+CFBE |
| Go | string(rune(0xCFBE)) |
| Ruby | "\u{CFBE}" |