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