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