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