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