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