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