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