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