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