| Nombre del símbolo | Hangul Syllable Yaemh |
| Versión Unicode | 2.0 |
| Unicode | U+C5AD |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \C5AD |
| Código hexadecimal | 0xC5AD |
| Código HTML | 얭 |
| LaTeX | \hangul{C5AD} |
| Símbolo | 얭 |
| Codificación URL (porcentaje UTF-8) | %EC%96%AD |
| Nombre oral / lector de pantalla | Hangul Syllable Yaemh |
| UTF-8 | EC 96 AD |
| UTF-16 | C5AD |
| UTF-32 | 0000C5AD |
1\documentclass{article}2\usepackage{pifont}3\hangul{C5AD}4\end{document}Puedes escribir el símbolo hangul syllable yaemh en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 50605 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable yaemh", or use Unicode Hex Input with C5AD.
Ctrl + Shift + U, type c5ad, 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-yaemh::before { content: "\C5AD"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>얭</span>La representación del símbolo Hangul Syllable Yaemh en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uC5AD' or String.fromCodePoint(50605) |
| Python | '\N{HANGUL SYLLABLE YAEMH}' or chr(50605) |
| Rust | '\u{C5AD}' |
| C / C++ | UTF-8 source or wchar_t with U+C5AD |
| Go | string(rune(0xC5AD)) |
| Ruby | "\u{C5AD}" |