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