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