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