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