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