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