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