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