| Nom du symbole | Hangul Syllable Haemh |
| Version Unicode | 2.0 |
| Unicode | U+D589 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D589 |
| Code hexadécimal | 0xD589 |
| Code HTML | 행 |
| LaTeX | \hangul{D589} |
| Symbole | 행 |
| Encodage URL (pourcent UTF-8) | %ED%96%89 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable haemh sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Syllable Haemh dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |