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