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