| Symbol Name | Hangul Syllable Wilg |
| Unicode Version | 2.0 |
| Unicode | U+C70D |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \C70D |
| Hex Code | 0xC70D |
| HTML Code | 윍 |
| LaTeX | \hangul{C70D} |
| Symbol | 윍 |
| URL encode (UTF-8 percent) | %EC%9C%8D |
| Spoken / screen reader name | Hangul Syllable Wilg |
| UTF-8 | EC 9C 8D |
| UTF-16 | C70D |
| UTF-32 | 0000C70D |
1\documentclass{article}2\usepackage{pifont}3\hangul{C70D}4\end{document}You can type the hangul syllable wilg symbol on most modern devices with the help of following methods:
Alt + 50957 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable wilg", or use Unicode Hex Input with C70D.
Ctrl + Shift + U, type c70d, 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-wilg::before { content: "\C70D"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>윍</span>Hangul Syllable Wilg symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uC70D' or String.fromCodePoint(50957) |
| Python | '\N{HANGUL SYLLABLE WILG}' or chr(50957) |
| Rust | '\u{C70D}' |
| C / C++ | UTF-8 source or wchar_t with U+C70D |
| Go | string(rune(0xC70D)) |
| Ruby | "\u{C70D}" |