| Nome del simbolo | Hangul Syllable Haebs |
| Versione Unicode | 2.0 |
| Unicode | U+D58B |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D58B |
| Codice esadecimale | 0xD58B |
| Codice HTML | 햋 |
| LaTeX | \hangul{D58B} |
| Simbolo | 햋 |
| Codifica URL (percentuale UTF-8) | %ED%96%8B |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable haebs sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Syllable Haebs nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |