| Nombre del símbolo | Hangul Syllable Syel |
| Versión Unicode | 2.0 |
| Unicode | U+C178 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \C178 |
| Código hexadecimal | 0xC178 |
| Código HTML | 셸 |
| LaTeX | \hangul{C178} |
| Símbolo | 셸 |
| Codificación URL (porcentaje UTF-8) | %EC%85%B8 |
| Nombre oral / lector de pantalla | Hangul Syllable Syel |
| UTF-8 | EC 85 B8 |
| UTF-16 | C178 |
| UTF-32 | 0000C178 |
1\documentclass{article}2\usepackage{pifont}3\hangul{C178}4\end{document}Puedes escribir el símbolo hangul syllable syel en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 49528 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable syel", or use Unicode Hex Input with C178.
Ctrl + Shift + U, type c178, 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-syel::before { content: "\C178"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>셸</span>La representación del símbolo Hangul Syllable Syel en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uC178' or String.fromCodePoint(49528) |
| Python | '\N{HANGUL SYLLABLE SYEL}' or chr(49528) |
| Rust | '\u{C178}' |
| C / C++ | UTF-8 source or wchar_t with U+C178 |
| Go | string(rune(0xC178)) |
| Ruby | "\u{C178}" |