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