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