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