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