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