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