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