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