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