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