| Nome del simbolo | Hangul Syllable Heuls |
| Versione Unicode | 2.0 |
| Unicode | U+D75C |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D75C |
| Codice esadecimale | 0xD75C |
| Codice HTML | 흜 |
| LaTeX | \hangul{D75C} |
| Simbolo | 흜 |
| Codifica URL (percentuale UTF-8) | %ED%9D%9C |
| Nome parlato / screen reader | Hangul Syllable Heuls |
| UTF-8 | ED 9D 9C |
| UTF-16 | D75C |
| UTF-32 | 0000D75C |
1\documentclass{article}2\usepackage{pifont}3\hangul{D75C}4\end{document}Puoi digitare il simbolo hangul syllable heuls sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 55132 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable heuls", or use Unicode Hex Input with D75C.
Ctrl + Shift + U, type d75c, 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-heuls::before { content: "\D75C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>흜</span>La rappresentazione del simbolo Hangul Syllable Heuls nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD75C' or String.fromCodePoint(55132) |
| Python | '\N{HANGUL SYLLABLE HEULS}' or chr(55132) |
| Rust | '\u{D75C}' |
| C / C++ | UTF-8 source or wchar_t with U+D75C |
| Go | string(rune(0xD75C)) |
| Ruby | "\u{D75C}" |