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