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