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