| Symboolnaam | Hangul Jungseong Eu-e |
| Unicode-versie | 5.2 |
| Unicode | U+D7BB |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \D7BB |
| Hexadecimale code | 0xD7BB |
| HTML-code | ힻ |
| LaTeX | \hangul{D7BB} |
| Symbool | ힻ |
| URL-codering (UTF-8 procent) | %ED%9E%BB |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul jungseong eu-e-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Jungseong Eu-e-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |