| Symbol Name | Hangul Syllable Tyan |
| Unicode Version | 2.0 |
| Unicode | U+D0FC |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D0FC |
| Hex Code | 0xD0FC |
| HTML Code | 탼 |
| LaTeX | \hangul{D0FC} |
| Symbol | 탼 |
| URL encode (UTF-8 percent) | %ED%83%BC |
| Spoken / screen reader name | 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}You can type the hangul syllable tyan symbol on most modern devices with the help of following methods:
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>Hangul Syllable Tyan symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |