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