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