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