| Nombre del símbolo | Hangul Jungseong Eu-a |
| Versión Unicode | 5.2 |
| Unicode | U+D7B9 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D7B9 |
| Código hexadecimal | 0xD7B9 |
| Código HTML | ힹ |
| LaTeX | \hangul{D7B9} |
| Símbolo | ힹ |
| Codificación URL (porcentaje UTF-8) | %ED%9E%B9 |
| Nombre oral / lector de pantalla | Hangul Jungseong Eu-a |
| UTF-8 | ED 9E B9 |
| UTF-16 | D7B9 |
| UTF-32 | 0000D7B9 |
1\documentclass{article}2\usepackage{pifont}3\hangul{D7B9}4\end{document}Puedes escribir el símbolo hangul jungseong eu-a en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 55225 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jungseong eu-a", or use Unicode Hex Input with D7B9.
Ctrl + Shift + U, type d7b9, 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-a::before { content: "\D7B9"; 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-a en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD7B9' or String.fromCodePoint(55225) |
| Python | '\N{HANGUL JUNGSEONG EU-A}' or chr(55225) |
| Rust | '\u{D7B9}' |
| C / C++ | UTF-8 source or wchar_t with U+D7B9 |
| Go | string(rune(0xD7B9)) |
| Ruby | "\u{D7B9}" |