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