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