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