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