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