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