| Symbol Name | Hangul Syllable Jjyolp |
| Unicode Version | 2.0 |
| Unicode | U+CB3A |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CB3A |
| Hex Code | 0xCB3A |
| HTML Code | 쬺 |
| LaTeX | \hangul{CB3A} |
| Symbol | 쬺 |
| URL encode (UTF-8 percent) | %EC%AC%BA |
| Spoken / screen reader name | Hangul Syllable Jjyolp |
| UTF-8 | EC AC BA |
| UTF-16 | CB3A |
| UTF-32 | 0000CB3A |
1\documentclass{article}2\usepackage{pifont}3\hangul{CB3A}4\end{document}You can type the hangul syllable jjyolp symbol on most modern devices with the help of following methods:
Alt + 52026 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjyolp", or use Unicode Hex Input with CB3A.
Ctrl + Shift + U, type cb3a, 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-jjyolp::before { content: "\CB3A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쬺</span>Hangul Syllable Jjyolp symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uCB3A' or String.fromCodePoint(52026) |
| Python | '\N{HANGUL SYLLABLE JJYOLP}' or chr(52026) |
| Rust | '\u{CB3A}' |
| C / C++ | UTF-8 source or wchar_t with U+CB3A |
| Go | string(rune(0xCB3A)) |
| Ruby | "\u{CB3A}" |