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