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