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