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