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