| Symbol Name | Hangul Syllable Jjuilt |
| Unicode Version | 2.0 |
| Unicode | U+CBFD |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CBFD |
| Hex Code | 0xCBFD |
| HTML Code | 쯽 |
| LaTeX | \hangul{CBFD} |
| Symbol | 쯽 |
| URL encode (UTF-8 percent) | %EC%AF%BD |
| Spoken / screen reader name | 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}You can type the hangul syllable jjuilt symbol on most modern devices with the help of following methods:
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>Hangul Syllable Jjuilt symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |