| Nombre del símbolo | Hangul Syllable Yams |
| Versión Unicode | 2.0 |
| Unicode | U+C58E |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \C58E |
| Código hexadecimal | 0xC58E |
| Código HTML | 얎 |
| LaTeX | \hangul{C58E} |
| Símbolo | 얎 |
| Codificación URL (porcentaje UTF-8) | %EC%96%8E |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable yams en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Yams en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |