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