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