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