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