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