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