| Symbol Name | Hangul Syllable Homs |
| Unicode Version | 2.0 |
| Unicode | U+D64A |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D64A |
| Hex Code | 0xD64A |
| HTML Code | 홊 |
| LaTeX | \hangul{D64A} |
| Symbol | 홊 |
| URL encode (UTF-8 percent) | %ED%99%8A |
| Spoken / screen reader name | Hangul Syllable Homs |
| UTF-8 | ED 99 8A |
| UTF-16 | D64A |
| UTF-32 | 0000D64A |
1\documentclass{article}2\usepackage{pifont}3\hangul{D64A}4\end{document}You can type the hangul syllable homs symbol on most modern devices with the help of following methods:
Alt + 54858 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable homs", or use Unicode Hex Input with D64A.
Ctrl + Shift + U, type d64a, 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-homs::before { content: "\D64A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>홊</span>Hangul Syllable Homs symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD64A' or String.fromCodePoint(54858) |
| Python | '\N{HANGUL SYLLABLE HOMS}' or chr(54858) |
| Rust | '\u{D64A}' |
| C / C++ | UTF-8 source or wchar_t with U+D64A |
| Go | string(rune(0xD64A)) |
| Ruby | "\u{D64A}" |