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