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