| Nombre del símbolo | Hangul Jungseong Eu-o |
| Versión Unicode | 5.2 |
| Unicode | U+D7BC |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D7BC |
| Código hexadecimal | 0xD7BC |
| Código HTML | ힼ |
| LaTeX | \hangul{D7BC} |
| Símbolo | ힼ |
| Codificación URL (porcentaje UTF-8) | %ED%9E%BC |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul jungseong eu-o en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Hangul Jungseong Eu-o en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |