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