| Symbolname | Hangul Syllable Telg |
| Unicode-Version | 2.0 |
| Unicode | U+D155 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \D155 |
| Hexadezimalcode | 0xD155 |
| HTML-Code | 텕 |
| LaTeX | \hangul{D155} |
| Symbol | 텕 |
| URL-Kodierung (UTF-8-Prozent) | %ED%85%95 |
| Ansagename (Screenreader) | Hangul Syllable Telg |
| UTF-8 | ED 85 95 |
| UTF-16 | D155 |
| UTF-32 | 0000D155 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D155}4\end{document}Sie können das Symbol hangul syllable telg auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 53589 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable telg", or use Unicode Hex Input with D155.
Ctrl + Shift + U, type d155, 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-telg::before { content: "\D155"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>텕</span>Die Darstellung des Symbols Hangul Syllable Telg in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uD155' or String.fromCodePoint(53589) |
| Python | '\N{HANGUL SYLLABLE TELG}' or chr(53589) |
| Rust | '\u{D155}' |
| C / C++ | UTF-8 source or wchar_t with U+D155 |
| Go | string(rune(0xD155)) |
| Ruby | "\u{D155}" |