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