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