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