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