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