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