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