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