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