| Symboolnaam | Hangul Syllable Yenh |
| Unicode-versie | 2.0 |
| Unicode | U+C60E |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \C60E |
| Hexadecimale code | 0xC60E |
| HTML-code | 옎 |
| LaTeX | \hangul{C60E} |
| Symbool | 옎 |
| URL-codering (UTF-8 procent) | %EC%98%8E |
| Uitgesproken naam / schermlezer | Hangul Syllable Yenh |
| UTF-8 | EC 98 8E |
| UTF-16 | C60E |
| UTF-32 | 0000C60E |
1\documentclass{article}2\usepackage{pifont}3\hangul{C60E}4\end{document}Je kunt het hangul syllable yenh-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 50702 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable yenh", or use Unicode Hex Input with C60E.
Ctrl + Shift + U, type c60e, 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-yenh::before { content: "\C60E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>옎</span>De weergave van het Hangul Syllable Yenh-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uC60E' or String.fromCodePoint(50702) |
| Python | '\N{HANGUL SYLLABLE YENH}' or chr(50702) |
| Rust | '\u{C60E}' |
| C / C++ | UTF-8 source or wchar_t with U+C60E |
| Go | string(rune(0xC60E)) |
| Ruby | "\u{C60E}" |