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