| Symboolnaam | Hangul Syllable Jjyub |
| Unicode-versie | 2.0 |
| Unicode | U+CBCE |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CBCE |
| Hexadecimale code | 0xCBCE |
| HTML-code | 쯎 |
| LaTeX | \hangul{CBCE} |
| Symbool | 쯎 |
| URL-codering (UTF-8 procent) | %EC%AF%8E |
| Uitgesproken naam / schermlezer | Hangul Syllable Jjyub |
| UTF-8 | EC AF 8E |
| UTF-16 | CBCE |
| UTF-32 | 0000CBCE |
1\documentclass{article}2\usepackage{pifont}3\hangul{CBCE}4\end{document}Je kunt het hangul syllable jjyub-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 52174 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjyub", or use Unicode Hex Input with CBCE.
Ctrl + Shift + U, type cbce, 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-jjyub::before { content: "\CBCE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쯎</span>De weergave van het Hangul Syllable Jjyub-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uCBCE' or String.fromCodePoint(52174) |
| Python | '\N{HANGUL SYLLABLE JJYUB}' or chr(52174) |
| Rust | '\u{CBCE}' |
| C / C++ | UTF-8 source or wchar_t with U+CBCE |
| Go | string(rune(0xCBCE)) |
| Ruby | "\u{CBCE}" |