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