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