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