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