| Symboolnaam | Hangul Syllable Tyaebs |
| Unicode-versie | 2.0 |
| Unicode | U+D12B |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D12B |
| Hexadecimale code | 0xD12B |
| HTML-code | 턫 |
| LaTeX | \hangul{D12B} |
| Symbool | 턫 |
| URL-codering (UTF-8 procent) | %ED%84%AB |
| Uitgesproken naam / schermlezer | Hangul Syllable Tyaebs |
| UTF-8 | ED 84 AB |
| UTF-16 | D12B |
| UTF-32 | 0000D12B |
1\documentclass{article}2\usepackage{pifont}3\hangul{D12B}4\end{document}Je kunt het hangul syllable tyaebs-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 53547 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable tyaebs", or use Unicode Hex Input with D12B.
Ctrl + Shift + U, type d12b, 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-tyaebs::before { content: "\D12B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>턫</span>De weergave van het Hangul Syllable Tyaebs-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD12B' or String.fromCodePoint(53547) |
| Python | '\N{HANGUL SYLLABLE TYAEBS}' or chr(53547) |
| Rust | '\u{D12B}' |
| C / C++ | UTF-8 source or wchar_t with U+D12B |
| Go | string(rune(0xD12B)) |
| Ruby | "\u{D12B}" |