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