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