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