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