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