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