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