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