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