| Nome del simbolo | Hangul Syllable Chwelg |
| Versione Unicode | 2.0 |
| Unicode | U+CDD5 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CDD5 |
| Codice esadecimale | 0xCDD5 |
| Codice HTML | 췕 |
| LaTeX | \hangul{CDD5} |
| Simbolo | 췕 |
| Codifica URL (percentuale UTF-8) | %EC%B7%95 |
| Nome parlato / screen reader | Hangul Syllable Chwelg |
| UTF-8 | EC B7 95 |
| UTF-16 | CDD5 |
| UTF-32 | 0000CDD5 |
1\documentclass{article}2\usepackage{pifont}3\hangul{CDD5}4\end{document}Puoi digitare il simbolo hangul syllable chwelg sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 52693 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable chwelg", or use Unicode Hex Input with CDD5.
Ctrl + Shift + U, type cdd5, 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-chwelg::before { content: "\CDD5"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>췕</span>La rappresentazione del simbolo Hangul Syllable Chwelg nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uCDD5' or String.fromCodePoint(52693) |
| Python | '\N{HANGUL SYLLABLE CHWELG}' or chr(52693) |
| Rust | '\u{CDD5}' |
| C / C++ | UTF-8 source or wchar_t with U+CDD5 |
| Go | string(rune(0xCDD5)) |
| Ruby | "\u{CDD5}" |