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