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