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