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