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