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