| Symbol Name | Hangul Syllable Hwams |
| Unicode Version | 2.0 |
| Unicode | U+D666 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D666 |
| Hex Code | 0xD666 |
| HTML Code | 홦 |
| LaTeX | \hangul{D666} |
| Symbol | 홦 |
| URL encode (UTF-8 percent) | %ED%99%A6 |
| Spoken / screen reader name | 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}You can type the hangul syllable hwams symbol on most modern devices with the help of following methods:
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>Hangul Syllable Hwams symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |