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