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