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