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