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