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