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