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