| Nome del simbolo | Hangul Syllable Heolp |
| Versione Unicode | 2.0 |
| Unicode | U+D5D6 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D5D6 |
| Codice esadecimale | 0xD5D6 |
| Codice HTML | 헖 |
| LaTeX | \hangul{D5D6} |
| Simbolo | 헖 |
| Codifica URL (percentuale UTF-8) | %ED%97%96 |
| Nome parlato / screen reader | Hangul Syllable Heolp |
| UTF-8 | ED 97 96 |
| UTF-16 | D5D6 |
| UTF-32 | 0000D5D6 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D5D6}4\end{document}Puoi digitare il simbolo hangul syllable heolp sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 54742 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable heolp", or use Unicode Hex Input with D5D6.
Ctrl + Shift + U, type d5d6, 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-heolp::before { content: "\D5D6"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>헖</span>La rappresentazione del simbolo Hangul Syllable Heolp nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD5D6' or String.fromCodePoint(54742) |
| Python | '\N{HANGUL SYLLABLE HEOLP}' or chr(54742) |
| Rust | '\u{D5D6}' |
| C / C++ | UTF-8 source or wchar_t with U+D5D6 |
| Go | string(rune(0xD5D6)) |
| Ruby | "\u{D5D6}" |