| Nombre del símbolo | Hangul Jungseong I-yae |
| Versión Unicode | 5.2 |
| Unicode | U+D7BE |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \D7BE |
| Código hexadecimal | 0xD7BE |
| Código HTML | ힾ |
| LaTeX | \hangul{D7BE} |
| Símbolo | ힾ |
| Codificación URL (porcentaje UTF-8) | %ED%9E%BE |
| Nombre oral / lector de pantalla | Hangul Jungseong I-yae |
| UTF-8 | ED 9E BE |
| UTF-16 | D7BE |
| UTF-32 | 0000D7BE |
1\documentclass{article}2\usepackage{pifont}3\hangul{D7BE}4\end{document}Puedes escribir el símbolo hangul jungseong i-yae en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 55230 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul jungseong i-yae", or use Unicode Hex Input with D7BE.
Ctrl + Shift + U, type d7be, 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-i-yae::before { content: "\D7BE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ힾ</span>La representación del símbolo Hangul Jungseong I-yae en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD7BE' or String.fromCodePoint(55230) |
| Python | '\N{HANGUL JUNGSEONG I-YAE}' or chr(55230) |
| Rust | '\u{D7BE}' |
| C / C++ | UTF-8 source or wchar_t with U+D7BE |
| Go | string(rune(0xD7BE)) |
| Ruby | "\u{D7BE}" |