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