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