| Nome del simbolo | Hangul Syllable Jyemt |
| Versione Unicode | 2.0 |
| Unicode | U+C867 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \C867 |
| Codice esadecimale | 0xC867 |
| Codice HTML | 졧 |
| LaTeX | \hangul{C867} |
| Simbolo | 졧 |
| Codifica URL (percentuale UTF-8) | %EC%A1%A7 |
| Nome parlato / screen reader | Hangul Syllable Jyemt |
| UTF-8 | EC A1 A7 |
| UTF-16 | C867 |
| UTF-32 | 0000C867 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C867}4\end{document}Puoi digitare il simbolo hangul syllable jyemt sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 51303 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jyemt", or use Unicode Hex Input with C867.
Ctrl + Shift + U, type c867, 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-jyemt::before { content: "\C867"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>졧</span>La rappresentazione del simbolo Hangul Syllable Jyemt nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uC867' or String.fromCodePoint(51303) |
| Python | '\N{HANGUL SYLLABLE JYEMT}' or chr(51303) |
| Rust | '\u{C867}' |
| C / C++ | UTF-8 source or wchar_t with U+C867 |
| Go | string(rune(0xC867)) |
| Ruby | "\u{C867}" |