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