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