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