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