| Nombre del símbolo | Hangul Syllable Sweoms |
| Versión Unicode | 2.0 |
| Unicode | U+C246 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \C246 |
| Código hexadecimal | 0xC246 |
| Código HTML | 쉆 |
| LaTeX | \hangul{C246} |
| Símbolo | 쉆 |
| Codificación URL (porcentaje UTF-8) | %EC%89%86 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable sweoms en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Sweoms en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |