| Symboolnaam | Hangul Syllable Hyonj |
| Unicode-versie | 2.0 |
| Unicode | U+D6AD |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D6AD |
| Hexadecimale code | 0xD6AD |
| HTML-code | 횭 |
| LaTeX | \hangul{D6AD} |
| Symbool | 횭 |
| URL-codering (UTF-8 procent) | %ED%9A%AD |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable hyonj-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Hyonj-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |