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