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