| Symbol Name | Hangul Syllable Ddaelm |
| Unicode Version | 2.0 |
| Unicode | U+B556 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \B556 |
| Hex Code | 0xB556 |
| HTML Code | 땖 |
| LaTeX | \hangul{B556} |
| Symbol | 땖 |
| URL encode (UTF-8 percent) | %EB%95%96 |
| Spoken / screen reader name | Hangul Syllable Ddaelm |
| UTF-8 | EB 95 96 |
| UTF-16 | B556 |
| UTF-32 | 0000B556 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B556}4\end{document}You can type the hangul syllable ddaelm symbol on most modern devices with the help of following methods:
Alt + 46422 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ddaelm", or use Unicode Hex Input with B556.
Ctrl + Shift + U, type b556, 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-ddaelm::before { content: "\B556"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>땖</span>Hangul Syllable Ddaelm symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uB556' or String.fromCodePoint(46422) |
| Python | '\N{HANGUL SYLLABLE DDAELM}' or chr(46422) |
| Rust | '\u{B556}' |
| C / C++ | UTF-8 source or wchar_t with U+B556 |
| Go | string(rune(0xB556)) |
| Ruby | "\u{B556}" |