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