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