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