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