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