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