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