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