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