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