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