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