| Symboolnaam | Hangul Syllable Ddyabt |
| Unicode-versie | 2.0 |
| Unicode | U+B580 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \B580 |
| Hexadecimale code | 0xB580 |
| HTML-code | 떀 |
| LaTeX | \hangul{B580} |
| Symbool | 떀 |
| URL-codering (UTF-8 procent) | %EB%96%80 |
| Uitgesproken naam / schermlezer | Hangul Syllable Ddyabt |
| UTF-8 | EB 96 80 |
| UTF-16 | B580 |
| UTF-32 | 0000B580 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B580}4\end{document}Je kunt het hangul syllable ddyabt-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 46464 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ddyabt", or use Unicode Hex Input with B580.
Ctrl + Shift + U, type b580, 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-ddyabt::before { content: "\B580"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>떀</span>De weergave van het Hangul Syllable Ddyabt-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uB580' or String.fromCodePoint(46464) |
| Python | '\N{HANGUL SYLLABLE DDYABT}' or chr(46464) |
| Rust | '\u{B580}' |
| C / C++ | UTF-8 source or wchar_t with U+B580 |
| Go | string(rune(0xB580)) |
| Ruby | "\u{B580}" |