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