| Nome del simbolo | Hangul Syllable Hyaems |
| Versione Unicode | 2.0 |
| Unicode | U+D5BE |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D5BE |
| Codice esadecimale | 0xD5BE |
| Codice HTML | 햾 |
| LaTeX | \hangul{D5BE} |
| Simbolo | 햾 |
| Codifica URL (percentuale UTF-8) | %ED%96%BE |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable hyaems sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Syllable Hyaems nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |