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