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