| Symbolname | Hangul Syllable Jwilm |
| Unicode-Version | 2.0 |
| Unicode | U+C95A |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \C95A |
| Hexadezimalcode | 0xC95A |
| HTML-Code | 쥚 |
| LaTeX | \hangul{C95A} |
| Symbol | 쥚 |
| URL-Kodierung (UTF-8-Prozent) | %EC%A5%9A |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable jwilm auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Jwilm in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |