| Symbolname | Hangul Syllable Twiss |
| Unicode-Version | 2.0 |
| Unicode | U+D29A |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \D29A |
| Hexadezimalcode | 0xD29A |
| HTML-Code | 튚 |
| LaTeX | \hangul{D29A} |
| Symbol | 튚 |
| URL-Kodierung (UTF-8-Prozent) | %ED%8A%9A |
| Ansagename (Screenreader) | Hangul Syllable Twiss |
| UTF-8 | ED 8A 9A |
| UTF-16 | D29A |
| UTF-32 | 0000D29A |
1\documentclass{article}2\usepackage{pifont}3\hangul{D29A}4\end{document}Sie können das Symbol hangul syllable twiss auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 53914 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable twiss", or use Unicode Hex Input with D29A.
Ctrl + Shift + U, type d29a, 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-twiss::before { content: "\D29A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>튚</span>Die Darstellung des Symbols Hangul Syllable Twiss in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uD29A' or String.fromCodePoint(53914) |
| Python | '\N{HANGUL SYLLABLE TWISS}' or chr(53914) |
| Rust | '\u{D29A}' |
| C / C++ | UTF-8 source or wchar_t with U+D29A |
| Go | string(rune(0xD29A)) |
| Ruby | "\u{D29A}" |