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