| Nom du symbole | Hangul Syllable Tegs |
| Version Unicode | 2.0 |
| Unicode | U+D14F |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D14F |
| Code hexadécimal | 0xD14F |
| Code HTML | 텏 |
| LaTeX | \hangul{D14F} |
| Symbole | 텏 |
| Encodage URL (pourcent UTF-8) | %ED%85%8F |
| Nom oral / lecteur d’écran | Hangul Syllable Tegs |
| UTF-8 | ED 85 8F |
| UTF-16 | D14F |
| UTF-32 | 0000D14F |
1\documentclass{article}2\usepackage{pifont}3\hangul{D14F}4\end{document}Vous pouvez saisir le symbole hangul syllable tegs sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 53583 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable tegs", or use Unicode Hex Input with D14F.
Ctrl + Shift + U, type d14f, 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-tegs::before { content: "\D14F"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>텏</span>La représentation du symbole Hangul Syllable Tegs dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD14F' or String.fromCodePoint(53583) |
| Python | '\N{HANGUL SYLLABLE TEGS}' or chr(53583) |
| Rust | '\u{D14F}' |
| C / C++ | UTF-8 source or wchar_t with U+D14F |
| Go | string(rune(0xD14F)) |
| Ruby | "\u{D14F}" |