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