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