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