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