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