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