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