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