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