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