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