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