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