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