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