| Nome del simbolo | Hangul Syllable Tyemh |
| Versione Unicode | 2.0 |
| Unicode | U+D199 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D199 |
| Codice esadecimale | 0xD199 |
| Codice HTML | 톙 |
| LaTeX | \hangul{D199} |
| Simbolo | 톙 |
| Codifica URL (percentuale UTF-8) | %ED%86%99 |
| Nome parlato / screen reader | Hangul Syllable Tyemh |
| UTF-8 | ED 86 99 |
| UTF-16 | D199 |
| UTF-32 | 0000D199 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D199}4\end{document}Puoi digitare il simbolo hangul syllable tyemh sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 53657 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable tyemh", or use Unicode Hex Input with D199.
Ctrl + Shift + U, type d199, 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-tyemh::before { content: "\D199"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>톙</span>La rappresentazione del simbolo Hangul Syllable Tyemh nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD199' or String.fromCodePoint(53657) |
| Python | '\N{HANGUL SYLLABLE TYEMH}' or chr(53657) |
| Rust | '\u{D199}' |
| C / C++ | UTF-8 source or wchar_t with U+D199 |
| Go | string(rune(0xD199)) |
| Ruby | "\u{D199}" |