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