| Nom du symbole | Hangul Syllable Yeb |
| Version Unicode | 2.0 |
| Unicode | U+C61E |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \C61E |
| Code hexadécimal | 0xC61E |
| Code HTML | 옞 |
| LaTeX | \hangul{C61E} |
| Symbole | 옞 |
| Encodage URL (pourcent UTF-8) | %EC%98%9E |
| Nom oral / lecteur d’écran | Hangul Syllable Yeb |
| UTF-8 | EC 98 9E |
| UTF-16 | C61E |
| UTF-32 | 0000C61E |
1\documentclass{article}2\usepackage{pifont}3\hangul{C61E}4\end{document}Vous pouvez saisir le symbole hangul syllable yeb sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 50718 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable yeb", or use Unicode Hex Input with C61E.
Ctrl + Shift + U, type c61e, 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-yeb::before { content: "\C61E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>옞</span>La représentation du symbole Hangul Syllable Yeb dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uC61E' or String.fromCodePoint(50718) |
| Python | '\N{HANGUL SYLLABLE YEB}' or chr(50718) |
| Rust | '\u{C61E}' |
| C / C++ | UTF-8 source or wchar_t with U+C61E |
| Go | string(rune(0xC61E)) |
| Ruby | "\u{C61E}" |