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