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