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