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