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