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