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