| Symbolname | Hangul Syllable Chwibt |
| Unicode-Version | 2.0 |
| Unicode | U+CE00 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \CE00 |
| Hexadezimalcode | 0xCE00 |
| HTML-Code | 츀 |
| LaTeX | \hangul{CE00} |
| Symbol | 츀 |
| URL-Kodierung (UTF-8-Prozent) | %EC%B8%80 |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable chwibt auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Chwibt in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |