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