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