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