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