| Symbol Name | Hangul Syllable Ddas |
| Unicode Version | 2.0 |
| Unicode | U+B549 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \B549 |
| Hex Code | 0xB549 |
| HTML Code | 땉 |
| LaTeX | \hangul{B549} |
| Symbol | 땉 |
| URL encode (UTF-8 percent) | %EB%95%89 |
| Spoken / screen reader name | 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}You can type the hangul syllable ddas symbol on most modern devices with the help of following methods:
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>Hangul Syllable Ddas symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |