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