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