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