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