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