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