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