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