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