| Symboolnaam | Hangul Syllable Hyeg |
| Unicode-versie | 2.0 |
| Unicode | U+D61D |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D61D |
| Hexadecimale code | 0xD61D |
| HTML-code | 혝 |
| LaTeX | \hangul{D61D} |
| Symbool | 혝 |
| URL-codering (UTF-8 procent) | %ED%98%9D |
| Uitgesproken naam / schermlezer | Hangul Syllable Hyeg |
| UTF-8 | ED 98 9D |
| UTF-16 | D61D |
| UTF-32 | 0000D61D |
1\documentclass{article}2\usepackage{pifont}3\hangul{D61D}4\end{document}Je kunt het hangul syllable hyeg-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 54813 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable hyeg", or use Unicode Hex Input with D61D.
Ctrl + Shift + U, type d61d, 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-hyeg::before { content: "\D61D"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>혝</span>De weergave van het Hangul Syllable Hyeg-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uD61D' or String.fromCodePoint(54813) |
| Python | '\N{HANGUL SYLLABLE HYEG}' or chr(54813) |
| Rust | '\u{D61D}' |
| C / C++ | UTF-8 source or wchar_t with U+D61D |
| Go | string(rune(0xD61D)) |
| Ruby | "\u{D61D}" |