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