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