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