| Symbolname | Hangul Syllable Jjwelm |
| Unicode-Version | 2.0 |
| Unicode | U+CB8A |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \CB8A |
| Hexadezimalcode | 0xCB8A |
| HTML-Code | 쮊 |
| LaTeX | \hangul{CB8A} |
| Symbol | 쮊 |
| URL-Kodierung (UTF-8-Prozent) | %EC%AE%8A |
| Ansagename (Screenreader) | Hangul Syllable Jjwelm |
| UTF-8 | EC AE 8A |
| UTF-16 | CB8A |
| UTF-32 | 0000CB8A |
1\documentclass{article}2\usepackage{pifont}3\hangul{CB8A}4\end{document}Sie können das Symbol hangul syllable jjwelm auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 52106 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjwelm", or use Unicode Hex Input with CB8A.
Ctrl + Shift + U, type cb8a, 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-jjwelm::before { content: "\CB8A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쮊</span>Die Darstellung des Symbols Hangul Syllable Jjwelm in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uCB8A' or String.fromCodePoint(52106) |
| Python | '\N{HANGUL SYLLABLE JJWELM}' or chr(52106) |
| Rust | '\u{CB8A}' |
| C / C++ | UTF-8 source or wchar_t with U+CB8A |
| Go | string(rune(0xCB8A)) |
| Ruby | "\u{CB8A}" |