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