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