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