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