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