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