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