| Nom du symbole | Hangul Syllable Hael |
| Version Unicode | 2.0 |
| Unicode | U+D57C |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D57C |
| Code hexadécimal | 0xD57C |
| Code HTML | 핼 |
| LaTeX | \hangul{D57C} |
| Symbole | 핼 |
| Encodage URL (pourcent UTF-8) | %ED%95%BC |
| Nom oral / lecteur d’écran | Hangul Syllable Hael |
| UTF-8 | ED 95 BC |
| UTF-16 | D57C |
| UTF-32 | 0000D57C |
1\documentclass{article}2\usepackage{pifont}3\hangul{D57C}4\end{document}Vous pouvez saisir le symbole hangul syllable hael sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 54652 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable hael", or use Unicode Hex Input with D57C.
Ctrl + Shift + U, type d57c, 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-hael::before { content: "\D57C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>핼</span>La représentation du symbole Hangul Syllable Hael dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD57C' or String.fromCodePoint(54652) |
| Python | '\N{HANGUL SYLLABLE HAEL}' or chr(54652) |
| Rust | '\u{D57C}' |
| C / C++ | UTF-8 source or wchar_t with U+D57C |
| Go | string(rune(0xD57C)) |
| Ruby | "\u{D57C}" |