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