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