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