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